Html Css Color HEX #CA31DC Medium Orchid

📋 copy color: '#CA31DC'

red 202 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #CA31DC

Tints of Medium Orchid #CA31DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 42.89%
G = 10.4%
B = 46.71%

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

#CA31DC (or 0xCA31DC) is known color: Medium Orchid. HEX triplet: CA, 31 and DC. RGB value is (202,49,220). Sum of RGB (Red+Green+Blue) = 202+49+220=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA31DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31DC is #35CE23. Grayscale: #717171. Windows color (decimal): -3526180 or 14430666. OLE color: 14430666.

HSL color Cylindrical-coordinate representation of color #CA31DC: hue angle of 293.68º degrees, saturation: 0.71, 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 #CA31DC is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 49 220 -
CMYK 0.08 0.78 0 0.14
HSL 293.68º 0.71% 0.53% -
HSV(B) 293.68º 0.78% 0.86% -
XYZ 38.37 19.92 69.53 -
YUV 114.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 202 49 220 0.08 0.78 0 0.14 293.68 0.71 0.53
Hex CA 31 DC 8 4E 0 E 126 47 35
Octal 312 61 334 10 116 0 16 446 107 65
Binary 11001010 110001 11011100 1000 1001110 0 1110 100100110 1000111 110101

Color Harmonies of #CA31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31DC

Black with #CA31DC

Text Example


Text Example

White with #CA31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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