Html Css Color HEX #CA31ED Medium Orchid

📋 copy color: '#CA31ED'

red 202 ◦ green 49 ◦ blue 237

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

Shades of Medium Orchid #CA31ED

Tints of Medium Orchid #CA31ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 41.39%
G = 10.04%
B = 48.57%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA31ED (or 0xCA31ED) is known color: Medium Orchid. HEX triplet: CA, 31 and ED. RGB value is (202,49,237). Sum of RGB (Red+Green+Blue) = 202+49+237=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA31ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31ED is #35CE12. Grayscale: #737373. Windows color (decimal): -3526163 or 15544778. OLE color: 15544778.

HSL color Cylindrical-coordinate representation of color #CA31ED: hue angle of 288.83º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA31ED is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 49 237 -
CMYK 0.15 0.79 0 0.07
HSL 288.83º 0.84% 0.56% -
HSV(B) 288.83º 0.79% 0.93% -
XYZ 40.74 20.87 82 -
YUV 116.18 196.19 189.21 -
System Red Green Blue C M Y K H S L
Decimal 202 49 237 0.15 0.79 0 0.07 288.83 0.84 0.56
Hex CA 31 ED F 4F 0 7 121 54 38
Octal 312 61 355 17 117 0 7 441 124 70
Binary 11001010 110001 11101101 1111 1001111 0 111 100100001 1010100 111000

Color Harmonies of #CA31ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31ED

Black with #CA31ED

Text Example


Text Example

White with #CA31ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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