#CA7BBB

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

Shades of Orchid #CA7BBB

Tints of Orchid #CA7BBB

Color information

#CA7BBB (or 0xCA7BBB) is unknown color: approx Orchid. HEX triplet: CA, 7B and BB. RGB value is (202,123,187). Sum of RGB (Red+Green+Blue) = 202+123+187=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BBB is #358444. Grayscale: #999999. Windows color (decimal): -3507269 or 12286922. OLE color: 12286922.

HSL color Cylindrical-coordinate representation of color #CA7BBB: hue angle of 311.39º 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 #CA7BBB is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202123187-
CMYK00.390.070.21
HSL311.39º42.7%63.73%-
HSV(B)311.39º39.11%79.22%-
XYZ40.4130.3150.73-
YUV153.92146.67162.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=39.45%
G=24.02%
B=36.52%

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
Decimal20212318700.390.070.21311.3942.763.73
HexCA7BBB0277151372b40
Octal31217327304772546753100
Binary110010101111011101110110100111111101011001101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BBB; }

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

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

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

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

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

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

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

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