#CA7AC8

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

Shades of Orchid #CA7AC8

Tints of Orchid #CA7AC8

Color information

#CA7AC8 (or 0xCA7AC8) is unknown color: approx Orchid. HEX triplet: CA, 7A and C8. RGB value is (202,122,200). Sum of RGB (Red+Green+Blue) = 202+122+200=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AC8 is #358537. Grayscale: #9A9A9A. Windows color (decimal): -3507512 or 13138634. OLE color: 13138634.

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

Color convert

RGB202122200-
CMYK00.400.010.21
HSL301.5º43.01%63.53%-
HSV(B)301.5º39.6%79.22%-
XYZ41.7430.6558.36-
YUV154.81153.5161.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=38.55%
G=23.28%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212220000.400.010.21301.543.0163.53
HexCA7AC802811512e2b40
Octal31217231005012545653100
Binary1100101011110101100100001010001101011001011101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7AC8; }

 p { color: rgb(202,122,200); }

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

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

 a { background-color: rgb(202,122,200); }

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

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

 span { border-color: rgb(202,122,200); }

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