#C66DD7

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

Shades of Orchid #C66DD7

Tints of Orchid #C66DD7

Color information

#C66DD7 (or 0xC66DD7) is unknown color: approx Orchid. HEX triplet: C6, 6D and D7. RGB value is (198,109,215). Sum of RGB (Red+Green+Blue) = 198+109+215=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #C66DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DD7 is #399228. Grayscale: #939393. Windows color (decimal): -3772969 or 14118342. OLE color: 14118342.

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

Color convert

RGB198109215-
CMYK0.080.4900.16
HSL290.38º56.99%63.53%-
HSV(B)290.38º49.3%84.31%-
XYZ41.0227.8567.5-
YUV147.7165.99163.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=37.93%
G=20.88%
B=41.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981092150.080.4900.16290.3856.9963.53
HexC66DD78310101223940
Octal306155327106102044271100
Binary1100011011011011101011110001100010100001001000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66DD7; }

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

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

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

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

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

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

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

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