#CA7FD0

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

Shades of Orchid #CA7FD0

Tints of Orchid #CA7FD0

Color information

#CA7FD0 (or 0xCA7FD0) is unknown color: approx Orchid. HEX triplet: CA, 7F and D0. RGB value is (202,127,208). Sum of RGB (Red+Green+Blue) = 202+127+208=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA7FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FD0 is #35802F. Grayscale: #9E9E9E. Windows color (decimal): -3506224 or 13664202. OLE color: 13664202.

HSL color Cylindrical-coordinate representation of color #CA7FD0: hue angle of 295.56º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7FD0 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202127208-
CMYK0.030.3900.18
HSL295.56º46.29%65.69%-
HSV(B)295.56º38.94%81.57%-
XYZ43.3332.2963.62-
YUV158.66155.85158.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 127 (50% from 255) = 23.65%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=37.62%
G=23.65%
B=38.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021272080.030.3900.18295.5646.2965.69
HexCA7FD03270121282e42
Octal31217732034702245056102
Binary11001010111111111010000111001110100101001010001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FD0; }

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

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

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

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

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

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

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

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