Html Css Color HEX #CA71D9 Orchid

📋 copy color: '#CA71D9'

red 202 ◦ green 113 ◦ blue 217

#CA71D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA71D9

Tints of Orchid #CA71D9

RGB

 RED value IS 202 (79.3% from 255) = 37.97%

 GREEN value IS 113 (44.53% from 255) = 21.24%

 BLUE value IS 217 (85.16% from 255) = 40.79%

R = 37.97%
G = 21.24%
B = 40.79%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA71D9 (or 0xCA71D9) is known color: Orchid. HEX triplet: CA, 71 and D9. RGB value is (202,113,217). Sum of RGB (Red+Green+Blue) = 202+113+217=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71D9 is #358E26. Grayscale: #979797. Windows color (decimal): -3509799 or 14250442. OLE color: 14250442.

HSL color Cylindrical-coordinate representation of color #CA71D9: hue angle of 291.35º degrees, saturation: 0.58, 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 #CA71D9 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 113 217 -
CMYK 0.07 0.48 0 0.15
HSL 291.35º 0.58% 0.65% -
HSV(B) 291.35º 0.48% 0.85% -
XYZ 42.79 29.38 69.06 -
YUV 151.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 202 113 217 0.07 0.48 0 0.15 291.35 0.58 0.65
Hex CA 71 D9 7 30 0 F 123 3A 41
Octal 312 161 331 7 60 0 17 443 72 101
Binary 11001010 1110001 11011001 111 110000 0 1111 100100011 111010 1000001

Color Harmonies of #CA71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71D9

Black with #CA71D9

Text Example


Text Example

White with #CA71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71D9; }

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

 H1.HeaderClassName
 {
   color: #CA71D9;
 }
 .AnyTagClassName
 {
   color: #CA71D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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