#CA7FD6

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

Shades of Orchid #CA7FD6

Tints of Orchid #CA7FD6

Color information

#CA7FD6 (or 0xCA7FD6) is unknown color: approx Orchid. HEX triplet: CA, 7F and D6. RGB value is (202,127,214). Sum of RGB (Red+Green+Blue) = 202+127+214=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA7FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FD6 is #358029. Grayscale: #9F9F9F. Windows color (decimal): -3506218 or 14057418. OLE color: 14057418.

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

Color convert

RGB202127214-
CMYK0.060.4100.16
HSL291.72º51.48%66.86%-
HSV(B)291.72º40.65%83.92%-
XYZ44.0832.5967.59-
YUV159.34158.85158.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=37.20%
G=23.39%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021272140.060.4100.16291.7251.4866.86
HexCA7FD66290101243343
Octal31217732665102044463103
Binary110010101111111110101101101010010100001001001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FD6; }

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

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

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

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

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

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

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

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