#CA71E4

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

Shades of Orchid #CA71E4

Tints of Orchid #CA71E4

Color information

#CA71E4 (or 0xCA71E4) is unknown color: approx Orchid. HEX triplet: CA, 71 and E4. RGB value is (202,113,228). Sum of RGB (Red+Green+Blue) = 202+113+228=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA71E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71E4 is #358E1B. Grayscale: #989898. Windows color (decimal): -3509788 or 14971338. OLE color: 14971338.

HSL color Cylindrical-coordinate representation of color #CA71E4: hue angle of 286.43º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA71E4 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202113228-
CMYK0.110.5000.11
HSL286.43º68.05%66.86%-
HSV(B)286.43º50.44%89.41%-
XYZ44.2729.9776.85-
YUV152.72170.49163.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 113 (44.53% from 255) = 20.81%
BLUE value IS 228 (89.45% from 255) = 41.99%
R=37.20%
G=20.81%
B=41.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021132280.110.5000.11286.4368.0566.86
HexCA71E4B320B11e4443
Octal3121613441362013436104103
Binary1100101011100011110010010111100100101110001111010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71E4; }

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

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

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

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

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

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

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

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