Html Css Color HEX #CA31D5 Medium Orchid

📋 copy color: '#CA31D5'

red 202 ◦ green 49 ◦ blue 213

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

Shades of Medium Orchid #CA31D5

Tints of Medium Orchid #CA31D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.91%

R = 43.53%
G = 10.56%
B = 45.91%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA31D5 (or 0xCA31D5) is known color: Medium Orchid. HEX triplet: CA, 31 and D5. RGB value is (202,49,213). Sum of RGB (Red+Green+Blue) = 202+49+213=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA31D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31D5 is #35CE2A. Grayscale: #707070. Windows color (decimal): -3526187 or 13971914. OLE color: 13971914.

HSL color Cylindrical-coordinate representation of color #CA31D5: hue angle of 295.98º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA31D5 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 49 213 -
CMYK 0.05 0.77 0 0.16
HSL 295.98º 0.66% 0.51% -
HSV(B) 295.98º 0.77% 0.84% -
XYZ 37.47 19.56 64.75 -
YUV 113.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 202 49 213 0.05 0.77 0 0.16 295.98 0.66 0.51
Hex CA 31 D5 5 4D 0 10 128 42 33
Octal 312 61 325 5 115 0 20 450 102 63
Binary 11001010 110001 11010101 101 1001101 0 10000 100101000 1000010 110011

Color Harmonies of #CA31D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31D5

Black with #CA31D5

Text Example


Text Example

White with #CA31D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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