#CA7DCC

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

Shades of Orchid #CA7DCC

Tints of Orchid #CA7DCC

Color information

#CA7DCC (or 0xCA7DCC) is unknown color: approx Orchid. HEX triplet: CA, 7D and CC. RGB value is (202,125,204). Sum of RGB (Red+Green+Blue) = 202+125+204=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCC is #358233. Grayscale: #9C9C9C. Windows color (decimal): -3506740 or 13401546. OLE color: 13401546.

HSL color Cylindrical-coordinate representation of color #CA7DCC: hue angle of 298.48º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7DCC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202125204-
CMYK0.010.3900.2
HSL298.48º43.65%64.51%-
HSV(B)298.48º38.73%80%-
XYZ42.5931.5860.98-
YUV157.03154.51160.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=38.04%
G=23.54%
B=38.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021252040.010.3900.2298.4843.6564.51
HexCA7DCC12701412a2c41
Octal31217531414702445254101
Binary1100101011111011100110011001110101001001010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DCC; }

 p { color: rgb(202,125,204); }

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

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

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

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

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

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

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