Html Css Color HEX #CB66CC Orchid

📋 copy color: '#CB66CC'

red 203 ◦ green 102 ◦ blue 204

#CB66CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB66CC

Tints of Orchid #CB66CC

RGB

 RED value IS 203 (79.69% from 255) = 39.88%

 GREEN value IS 102 (40.23% from 255) = 20.04%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 39.88%
G = 20.04%
B = 40.08%

CMYK

 C value IS 0.00

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB66CC (or 0xCB66CC) is known color: Orchid. HEX triplet: CB, 66 and CC. RGB value is (203,102,204). Sum of RGB (Red+Green+Blue) = 203+102+204=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66CC is #349933. Grayscale: #8F8F8F. Windows color (decimal): -3447092 or 13395659. OLE color: 13395659.

HSL color Cylindrical-coordinate representation of color #CB66CC: hue angle of 299.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB66CC is Cyan = 0.00, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 102 204 -
CMYK 0.00 0.5 0 0.2
HSL 299.41º 0.5% 0.6% -
HSV(B) 299.41º 0.5% 0.8% -
XYZ 40.28 26.56 60.13 -
YUV 143.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 203 102 204 0.00 0.5 0 0.2 299.41 0.5 0.6
Hex CB 66 CC 0 32 0 14 12B 32 3C
Octal 313 146 314 0 62 0 24 453 62 74
Binary 11001011 1100110 11001100 0 110010 0 10100 100101011 110010 111100

Color Harmonies of #CB66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66CC

Black with #CB66CC

Text Example


Text Example

White with #CB66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66CC; }

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

 H1.HeaderClassName
 {
   color: #CB66CC;
 }
 .AnyTagClassName
 {
   color: #CB66CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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