#CB66D9

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

Shades of Orchid #CB66D9

Tints of Orchid #CB66D9

Color information

#CB66D9 (or 0xCB66D9) is unknown color: approx Orchid. HEX triplet: CB, 66 and D9. RGB value is (203,102,217). Sum of RGB (Red+Green+Blue) = 203+102+217=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB66D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66D9 is #349926. Grayscale: #909090. Windows color (decimal): -3447079 or 14247627. OLE color: 14247627.

HSL color Cylindrical-coordinate representation of color #CB66D9: hue angle of 292.7º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB66D9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203102217-
CMYK0.060.5300.15
HSL292.7º60.21%62.55%-
HSV(B)292.7º53%85.1%-
XYZ41.927.2168.69-
YUV145.31168.46169.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 102 (40.23% from 255) = 19.54%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=38.89%
G=19.54%
B=41.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031022170.060.5300.15292.760.2162.55
HexCB66D96350F1253c3f
Octal3131463316650174457477
Binary1100101111001101101100111011010101111100100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66D9; }

 p { color: rgb(203,102,217); }

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

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

 a { background-color: rgb(203,102,217); }

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

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

 span { border-color: rgb(203,102,217); }

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