#ca71d8

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

Shades of Orchid #CA71D8

Tints of Orchid #CA71D8

Color information

#CA71D8 (or 0xCA71D8) is unknown color: approx Orchid. HEX triplet: CA, 71 and D8. RGB value is (202,113,216). Sum of RGB (Red+Green+Blue) = 202+113+216=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA71D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71D8 is #358E27. Grayscale: #979797. Windows color (decimal): -3509800 or 14184906. OLE color: 14184906.

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

Color convert

RGB202113216-
CMYK0.060.4800.15
HSL291.84º56.91%64.51%-
HSV(B)291.84º47.69%84.71%-
XYZ42.6629.3268.38-
YUV151.35164.49164.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 113 (44.53% from 255) = 21.28%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=38.04%
G=21.28%
B=40.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021132160.060.4800.15291.8456.9164.51
HexCA71D86300F1243941
Octal31216133066001744471101
Binary11001010111000111011000110110000011111001001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca71d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca71d8; }

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

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

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

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

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

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

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

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