Html Css Color HEX #CB66CA Orchid

📋 copy color: '#CB66CA'

red 203 ◦ green 102 ◦ blue 202

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

Shades of Orchid #CB66CA

Tints of Orchid #CB66CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 40.04%
G = 20.12%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB66CA (or 0xCB66CA) is known color: Orchid. HEX triplet: CB, 66 and CA. RGB value is (203,102,202). Sum of RGB (Red+Green+Blue) = 203+102+202=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66CA is #349935. Grayscale: #8F8F8F. Windows color (decimal): -3447094 or 13264587. OLE color: 13264587.

HSL color Cylindrical-coordinate representation of color #CB66CA: hue angle of 300.59º degrees, saturation: 0.49, 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 #CB66CA is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 102 202 -
CMYK 0 0.50 0.00 0.20
HSL 300.59º 0.49% 0.6% -
HSV(B) 300.59º 0.5% 0.8% -
XYZ 40.04 26.46 58.87 -
YUV 143.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 203 102 202 0 0.50 0.00 0.20 300.59 0.49 0.6
Hex CB 66 CA 0 32 0 14 12D 31 3C
Octal 313 146 312 0 62 0 24 455 61 74
Binary 11001011 1100110 11001010 0 110010 0 10100 100101101 110001 111100

Color Harmonies of #CB66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66CA

Black with #CB66CA

Text Example


Text Example

White with #CB66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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