Html Css Color HEX #CA31DB Medium Orchid

📋 copy color: '#CA31DB'

red 202 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #CA31DB

Tints of Medium Orchid #CA31DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.43%

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

R = 42.98%
G = 10.43%
B = 46.6%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA31DB (or 0xCA31DB) is known color: Medium Orchid. HEX triplet: CA, 31 and DB. RGB value is (202,49,219). Sum of RGB (Red+Green+Blue) = 202+49+219=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31DB is #35CE24. Grayscale: #717171. Windows color (decimal): -3526181 or 14365130. OLE color: 14365130.

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

Color convert

RGB 202 49 219 -
CMYK 0.08 0.78 0 0.14
HSL 294º 0.7% 0.53% -
HSV(B) 294º 0.78% 0.86% -
XYZ 38.24 19.87 68.84 -
YUV 114.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 202 49 219 0.08 0.78 0 0.14 294 0.7 0.53
Hex CA 31 DB 8 4E 0 E 126 46 35
Octal 312 61 333 10 116 0 16 446 106 65
Binary 11001010 110001 11011011 1000 1001110 0 1110 100100110 1000110 110101

Color Harmonies of #CA31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31DB

Black with #CA31DB

Text Example


Text Example

White with #CA31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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