Html Css Color HEX #CA66CB Orchid

📋 copy color: '#CA66CB'

red 202 ◦ green 102 ◦ blue 203

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

Shades of Orchid #CA66CB

Tints of Orchid #CA66CB

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 202 102 203 -
CMYK 0.00 0.50 0 0.20
HSL 299.41º 0.49% 0.6% -
HSV(B) 299.41º 0.5% 0.8% -
XYZ 39.89 26.37 59.49 -
YUV 143.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 202 102 203 0.00 0.50 0 0.20 299.41 0.49 0.6
Hex CA 66 CB 0 32 0 14 12B 31 3C
Octal 312 146 313 0 62 0 24 453 61 74
Binary 11001010 1100110 11001011 0 110010 0 10100 100101011 110001 111100

Color Harmonies of #CA66CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA66CB

Black with #CA66CB

Text Example


Text Example

White with #CA66CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA66CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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