#CA71CD

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

Shades of Orchid #CA71CD

Tints of Orchid #CA71CD

Color information

#CA71CD (or 0xCA71CD) is unknown color: approx Orchid. HEX triplet: CA, 71 and CD. RGB value is (202,113,205). Sum of RGB (Red+Green+Blue) = 202+113+205=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA71CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71CD is #358E32. Grayscale: #959595. Windows color (decimal): -3509811 or 13464010. OLE color: 13464010.

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

Color convert

RGB202113205-
CMYK0.010.4500.20
HSL298.04º47.92%62.35%-
HSV(B)298.04º44.88%80.39%-
XYZ41.2828.7761.14-
YUV150.1158.99165.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=38.85%
G=21.73%
B=39.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021132050.010.4500.20298.0447.9262.35
HexCA71CD12D01412a303e
Octal3121613151550244526076
Binary110010101110001110011011101101010100100101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71CD; }

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

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

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

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

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

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

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

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