Html Css Color HEX #CA71DD Orchid

📋 copy color: '#CA71DD'

red 202 ◦ green 113 ◦ blue 221

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

Shades of Orchid #CA71DD

Tints of Orchid #CA71DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 37.69%
G = 21.08%
B = 41.23%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA71DD (or 0xCA71DD) is known color: Orchid. HEX triplet: CA, 71 and DD. RGB value is (202,113,221). Sum of RGB (Red+Green+Blue) = 202+113+221=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71DD is #358E22. Grayscale: #979797. Windows color (decimal): -3509795 or 14512586. OLE color: 14512586.

HSL color Cylindrical-coordinate representation of color #CA71DD: hue angle of 289.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA71DD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 113 221 -
CMYK 0.09 0.49 0 0.13
HSL 289.44º 0.61% 0.65% -
HSV(B) 289.44º 0.49% 0.87% -
XYZ 43.31 29.59 71.83 -
YUV 151.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 202 113 221 0.09 0.49 0 0.13 289.44 0.61 0.65
Hex CA 71 DD 9 31 0 D 121 3D 41
Octal 312 161 335 11 61 0 15 441 75 101
Binary 11001010 1110001 11011101 1001 110001 0 1101 100100001 111101 1000001

Color Harmonies of #CA71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71DD

Black with #CA71DD

Text Example


Text Example

White with #CA71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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