#CA7FCD

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

Shades of Orchid #CA7FCD

Tints of Orchid #CA7FCD

Color information

#CA7FCD (or 0xCA7FCD) is unknown color: approx Orchid. HEX triplet: CA, 7F and CD. RGB value is (202,127,205). Sum of RGB (Red+Green+Blue) = 202+127+205=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FCD is #358032. Grayscale: #9E9E9E. Windows color (decimal): -3506227 or 13467594. OLE color: 13467594.

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

Color convert

RGB202127205-
CMYK0.010.3800.20
HSL297.69º43.82%65.1%-
HSV(B)297.69º38.05%80.39%-
XYZ42.9732.1461.7-
YUV158.32154.35159.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=37.83%
G=23.78%
B=38.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021272050.010.3800.20297.6943.8265.1
HexCA7FCD12601412a2c41
Octal31217731514602445254101
Binary1100101011111111100110111001100101001001010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FCD; }

 p { color: rgb(202,127,205); }

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

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

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

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

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

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

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