#CA7BBC

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

Shades of Orchid #CA7BBC

Tints of Orchid #CA7BBC

Color information

#CA7BBC (or 0xCA7BBC) is unknown color: approx Orchid. HEX triplet: CA, 7B and BC. RGB value is (202,123,188). Sum of RGB (Red+Green+Blue) = 202+123+188=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BBC is #358443. Grayscale: #999999. Windows color (decimal): -3507268 or 12352458. OLE color: 12352458.

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

Color convert

RGB202123188-
CMYK00.390.070.21
HSL310.63º42.7%63.73%-
HSV(B)310.63º39.11%79.22%-
XYZ40.5230.3551.3-
YUV154.03147.17162.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=39.38%
G=23.98%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212318800.390.070.21310.6342.763.73
HexCA7BBC0277151372b40
Octal31217327404772546753100
Binary110010101111011101111000100111111101011001101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BBC; }

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

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

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

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

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

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

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

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