#CA7FD8

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

Shades of Orchid #CA7FD8

Tints of Orchid #CA7FD8

Color information

#CA7FD8 (or 0xCA7FD8) is unknown color: approx Orchid. HEX triplet: CA, 7F and D8. RGB value is (202,127,216). Sum of RGB (Red+Green+Blue) = 202+127+216=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA7FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FD8 is #358027. Grayscale: #9F9F9F. Windows color (decimal): -3506216 or 14188490. OLE color: 14188490.

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

Color convert

RGB202127216-
CMYK0.060.4100.15
HSL290.56º53.29%67.25%-
HSV(B)290.56º41.2%84.71%-
XYZ44.3432.6968.94-
YUV159.57159.85158.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=37.06%
G=23.30%
B=39.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021272160.060.4100.15290.5653.2967.25
HexCA7FD86290F1233543
Octal31217733065101744365103
Binary11001010111111111011000110101001011111001000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FD8; }

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

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

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

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

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

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

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

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