#C66FDD

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

Shades of Orchid #C66FDD

Tints of Orchid #C66FDD

Color information

#C66FDD (or 0xC66FDD) is unknown color: approx Orchid. HEX triplet: C6, 6F and DD. RGB value is (198,111,221). Sum of RGB (Red+Green+Blue) = 198+111+221=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C66FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FDD is #399022. Grayscale: #959595. Windows color (decimal): -3772451 or 14512070. OLE color: 14512070.

HSL color Cylindrical-coordinate representation of color #C66FDD: hue angle of 287.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66FDD is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198111221-
CMYK0.100.5000.13
HSL287.45º61.8%65.1%-
HSV(B)287.45º49.77%86.67%-
XYZ42.0228.671.71-
YUV149.55168.32162.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.36%
GREEN value IS 111 (43.75% from 255) = 20.94%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=37.36%
G=20.94%
B=41.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981112210.100.5000.13287.4561.865.1
HexC66FDDA320D11f3e41
Octal306157335126201543776101
Binary110001101101111110111011010110010011011000111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66FDD; }

 p { color: rgb(198,111,221); }

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

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

 a { background-color: rgb(198,111,221); }

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

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

 span { border-color: rgb(198,111,221); }

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