#CA7FC9

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

Shades of Orchid #CA7FC9

Tints of Orchid #CA7FC9

Color information

#CA7FC9 (or 0xCA7FC9) is unknown color: approx Orchid. HEX triplet: CA, 7F and C9. RGB value is (202,127,201). Sum of RGB (Red+Green+Blue) = 202+127+201=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FC9 is #358036. Grayscale: #9D9D9D. Windows color (decimal): -3506231 or 13205450. OLE color: 13205450.

HSL color Cylindrical-coordinate representation of color #CA7FC9: hue angle of 300.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FC9 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202127201-
CMYK00.370.000.21
HSL300.8º41.44%64.51%-
HSV(B)300.8º37.13%79.22%-
XYZ42.4931.9559.19-
YUV157.86152.35159.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=38.11%
G=23.96%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212720100.370.000.21300.841.4464.51
HexCA7FC902501512d2941
Octal31217731104502545551101
Binary1100101011111111100100101001010101011001011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FC9; }

 p { color: rgb(202,127,201); }

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

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

 a { background-color: rgb(202,127,201); }

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

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

 span { border-color: rgb(202,127,201); }

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