#CA71D6

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

Shades of Orchid #CA71D6

Tints of Orchid #CA71D6

Color information

#CA71D6 (or 0xCA71D6) is unknown color: approx Orchid. HEX triplet: CA, 71 and D6. RGB value is (202,113,214). Sum of RGB (Red+Green+Blue) = 202+113+214=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA71D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71D6 is #358E29. Grayscale: #969696. Windows color (decimal): -3509802 or 14053834. OLE color: 14053834.

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

Color convert

RGB202113214-
CMYK0.060.4700.16
HSL292.87º55.19%64.12%-
HSV(B)292.87º47.2%83.92%-
XYZ42.429.2267.02-
YUV151.12163.49164.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=38.19%
G=21.36%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021132140.060.4700.16292.8755.1964.12
HexCA71D662F0101253740
Octal31216132665702044567100
Binary110010101110001110101101101011110100001001001011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71D6; }

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

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

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

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

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

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

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

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