Html Css Color HEX #CA31DD Medium Orchid

📋 copy color: '#CA31DD'

red 202 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #CA31DD

Tints of Medium Orchid #CA31DD

RGB

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

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

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

R = 42.8%
G = 10.38%
B = 46.82%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA31DD (or 0xCA31DD) is known color: Medium Orchid. HEX triplet: CA, 31 and DD. RGB value is (202,49,221). Sum of RGB (Red+Green+Blue) = 202+49+221=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31DD is #35CE22. Grayscale: #717171. Windows color (decimal): -3526179 or 14496202. OLE color: 14496202.

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

Color convert

RGB 202 49 221 -
CMYK 0.09 0.78 0 0.13
HSL 293.37º 0.72% 0.53% -
HSV(B) 293.37º 0.78% 0.87% -
XYZ 38.51 19.97 70.23 -
YUV 114.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 202 49 221 0.09 0.78 0 0.13 293.37 0.72 0.53
Hex CA 31 DD 9 4E 0 D 125 48 35
Octal 312 61 335 11 116 0 15 445 110 65
Binary 11001010 110001 11011101 1001 1001110 0 1101 100100101 1001000 110101

Color Harmonies of #CA31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31DD

Black with #CA31DD

Text Example


Text Example

White with #CA31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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