#C662D4

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

Shades of Medium Orchid #C662D4

Tints of Medium Orchid #C662D4

Color information

#C662D4 (or 0xC662D4) is unknown color: approx Medium Orchid. HEX triplet: C6, 62 and D4. RGB value is (198,98,212). Sum of RGB (Red+Green+Blue) = 198+98+212=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #C662D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662D4 is #399D2B. Grayscale: #8C8C8C. Windows color (decimal): -3775788 or 13918918. OLE color: 13918918.

HSL color Cylindrical-coordinate representation of color #C662D4: hue angle of 292.63º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C662D4 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19898212-
CMYK0.070.5400.17
HSL292.63º57%60.78%-
HSV(B)292.63º53.77%83.14%-
XYZ39.5425.4965.12-
YUV140.9168.13168.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 98 (38.67% from 255) = 19.29%
BLUE value IS 212 (83.20% from 255) = 41.73%
R=38.98%
G=19.29%
B=41.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198982120.070.5400.17292.635760.78
HexC662D4736011125393d
Octal3061423247660214457175
Binary11000110110001011010100111110110010001100100101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C662D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C662D4; }

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

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

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

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

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

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

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

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