#CA7CD5

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

Shades of Orchid #CA7CD5

Tints of Orchid #CA7CD5

Color information

#CA7CD5 (or 0xCA7CD5) is unknown color: approx Orchid. HEX triplet: CA, 7C and D5. RGB value is (202,124,213). Sum of RGB (Red+Green+Blue) = 202+124+213=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA7CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CD5 is #35832A. Grayscale: #9D9D9D. Windows color (decimal): -3506987 or 13991114. OLE color: 13991114.

HSL color Cylindrical-coordinate representation of color #CA7CD5: hue angle of 292.58º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7CD5 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202124213-
CMYK0.050.4200.16
HSL292.58º51.45%66.08%-
HSV(B)292.58º41.78%83.53%-
XYZ43.5831.7866.79-
YUV157.47159.34159.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=37.48%
G=23.01%
B=39.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021242130.050.4200.16292.5851.4566.08
HexCA7CD552A0101253342
Octal31217432555202044563102
Binary110010101111100110101011011010100100001001001011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CD5; }

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

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

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

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

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

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

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

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