#CA7FD4

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

Shades of Orchid #CA7FD4

Tints of Orchid #CA7FD4

Color information

#CA7FD4 (or 0xCA7FD4) is unknown color: approx Orchid. HEX triplet: CA, 7F and D4. RGB value is (202,127,212). Sum of RGB (Red+Green+Blue) = 202+127+212=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA7FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FD4 is #35802B. Grayscale: #9E9E9E. Windows color (decimal): -3506220 or 13926346. OLE color: 13926346.

HSL color Cylindrical-coordinate representation of color #CA7FD4: hue angle of 292.94º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7FD4 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202127212-
CMYK0.050.4000.17
HSL292.94º49.71%66.47%-
HSV(B)292.94º40.09%83.14%-
XYZ43.8332.4966.25-
YUV159.12157.85158.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=37.34%
G=23.48%
B=39.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021272120.050.4000.17292.9449.7166.47
HexCA7FD45280111253242
Octal31217732455002144562102
Binary110010101111111110101001011010000100011001001011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FD4; }

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

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

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

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

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

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

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

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