Html Css Color HEX #CA71DB Orchid

📋 copy color: '#CA71DB'

red 202 ◦ green 113 ◦ blue 219

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

Shades of Orchid #CA71DB

Tints of Orchid #CA71DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 37.83%
G = 21.16%
B = 41.01%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA71DB (or 0xCA71DB) is known color: Orchid. HEX triplet: CA, 71 and DB. RGB value is (202,113,219). Sum of RGB (Red+Green+Blue) = 202+113+219=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71DB is #358E24. Grayscale: #979797. Windows color (decimal): -3509797 or 14381514. OLE color: 14381514.

HSL color Cylindrical-coordinate representation of color #CA71DB: hue angle of 290.38º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA71DB is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 113 219 -
CMYK 0.08 0.48 0 0.14
HSL 290.38º 0.6% 0.65% -
HSV(B) 290.38º 0.48% 0.86% -
XYZ 43.05 29.48 70.44 -
YUV 151.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 202 113 219 0.08 0.48 0 0.14 290.38 0.6 0.65
Hex CA 71 DB 8 30 0 E 122 3C 41
Octal 312 161 333 10 60 0 16 442 74 101
Binary 11001010 1110001 11011011 1000 110000 0 1110 100100010 111100 1000001

Color Harmonies of #CA71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71DB

Black with #CA71DB

Text Example


Text Example

White with #CA71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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