#CA7CD8

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

Shades of Orchid #CA7CD8

Tints of Orchid #CA7CD8

Color information

#CA7CD8 (or 0xCA7CD8) is unknown color: approx Orchid. HEX triplet: CA, 7C and D8. RGB value is (202,124,216). Sum of RGB (Red+Green+Blue) = 202+124+216=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA7CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CD8 is #358327. Grayscale: #9D9D9D. Windows color (decimal): -3506984 or 14187722. OLE color: 14187722.

HSL color Cylindrical-coordinate representation of color #CA7CD8: hue angle of 290.87º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7CD8 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202124216-
CMYK0.060.4300.15
HSL290.87º54.12%66.67%-
HSV(B)290.87º42.59%84.71%-
XYZ43.9631.9368.81-
YUV157.81160.84159.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 216 (84.77% from 255) = 39.85%
R=37.27%
G=22.88%
B=39.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021242160.060.4300.15290.8754.1266.67
HexCA7CD862B0F1233643
Octal31217433065301744366103
Binary11001010111110011011000110101011011111001000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CD8; }

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

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

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

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

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

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

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

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