#CA7CC9

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

Shades of Orchid #CA7CC9

Tints of Orchid #CA7CC9

Color information

#CA7CC9 (or 0xCA7CC9) is unknown color: approx Orchid. HEX triplet: CA, 7C and C9. RGB value is (202,124,201). Sum of RGB (Red+Green+Blue) = 202+124+201=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CC9 is #358336. Grayscale: #9B9B9B. Windows color (decimal): -3506999 or 13204682. OLE color: 13204682.

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

Color convert

RGB202124201-
CMYK00.390.000.21
HSL300.77º42.39%63.92%-
HSV(B)300.77º38.61%79.22%-
XYZ42.1131.1959.06-
YUV156.1153.34160.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=38.33%
G=23.53%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212420100.390.000.21300.7742.3963.92
HexCA7CC902701512d2a40
Octal31217431104702545552100
Binary1100101011111001100100101001110101011001011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CC9; }

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

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

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

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

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

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

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

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