#CA7CCA

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

Shades of Orchid #CA7CCA

Tints of Orchid #CA7CCA

Color information

#CA7CCA (or 0xCA7CCA) is unknown color: approx Orchid. HEX triplet: CA, 7C and CA. RGB value is (202,124,202). Sum of RGB (Red+Green+Blue) = 202+124+202=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA7CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CCA is #358335. Grayscale: #9B9B9B. Windows color (decimal): -3506998 or 13270218. OLE color: 13270218.

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

Color convert

RGB202124202-
CMYK00.3900.21
HSL300º42.39%63.92%-
HSV(B)300º38.61%79.22%-
XYZ42.2331.2459.68-
YUV156.21153.84160.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=38.26%
G=23.48%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212420200.3900.2130042.3963.92
HexCA7CCA02701512c2a40
Octal31217431204702545452100
Binary1100101011111001100101001001110101011001011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CCA; }

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

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

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

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

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

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

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

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