#C662D7

Color #C662D7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C662D7

Tints of Medium Orchid #C662D7

Color information

#C662D7 (or 0xC662D7) is unknown color: approx Medium Orchid. HEX triplet: C6, 62 and D7. RGB value is (198,98,215). Sum of RGB (Red+Green+Blue) = 198+98+215=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #C662D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662D7 is #399D28. Grayscale: #8C8C8C. Windows color (decimal): -3775785 or 14115526. OLE color: 14115526.

HSL color Cylindrical-coordinate representation of color #C662D7: hue angle of 291.28º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C662D7 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19898215-
CMYK0.080.5400.16
HSL291.28º59.39%61.37%-
HSV(B)291.28º54.42%84.31%-
XYZ39.9225.6567.14-
YUV141.24169.63168.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 98 (38.67% from 255) = 19.18%
BLUE value IS 215 (84.38% from 255) = 42.07%
R=38.75%
G=19.18%
B=42.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198982150.080.5400.16291.2859.3961.37
HexC662D78360101233b3d
Octal30614232710660204437375
Binary110001101100010110101111000110110010000100100011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C662D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C662D7; }

 p { color: rgb(198,98,215); }

 H1.HeaderClassName
 {
   color: #C662D7;
 }
 .AnyTagClassName
 {
   color: #C662D7;
 }
</style>
background-color css

<style>
 a { background-color: #C662D7; }

 a { background-color: rgb(198,98,215); }

 div.DivClassName
 {
   background-color: #C662D7;
 }
 .BgClassName
 {
   background-color: #C662D7;
 }
</style>
border-color css

<style>
 span { border-color: #C662D7; }

 span { border-color: rgb(198,98,215); }

 td.TdClassName
 {
   border-color: #C662D7;
 }
 .TagClassName
 {
   border-color: #C662D7;
 }
</style>