#CA7BCB

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

Shades of Orchid #CA7BCB

Tints of Orchid #CA7BCB

Color information

#CA7BCB (or 0xCA7BCB) is unknown color: approx Orchid. HEX triplet: CA, 7B and CB. RGB value is (202,123,203). Sum of RGB (Red+Green+Blue) = 202+123+203=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BCB is #358434. Grayscale: #9B9B9B. Windows color (decimal): -3507253 or 13335498. OLE color: 13335498.

HSL color Cylindrical-coordinate representation of color #CA7BCB: hue angle of 299.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7BCB is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202123203-
CMYK0.000.3900.20
HSL299.25º43.48%63.92%-
HSV(B)299.25º39.41%79.61%-
XYZ42.2231.0360.26-
YUV155.74154.67161-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 123 (48.44% from 255) = 23.30%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=38.26%
G=23.30%
B=38.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021232030.000.3900.20299.2543.4863.92
HexCA7BCB02701412b2b40
Octal31217331304702445353100
Binary1100101011110111100101101001110101001001010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BCB; }

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

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

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

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

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

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

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

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