Html Css Color HEX #CA31EC Medium Orchid

📋 copy color: '#CA31EC'

red 202 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #CA31EC

Tints of Medium Orchid #CA31EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 41.48%
G = 10.06%
B = 48.46%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA31EC (or 0xCA31EC) is known color: Medium Orchid. HEX triplet: CA, 31 and EC. RGB value is (202,49,236). Sum of RGB (Red+Green+Blue) = 202+49+236=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31EC is #35CE13. Grayscale: #737373. Windows color (decimal): -3526164 or 15479242. OLE color: 15479242.

HSL color Cylindrical-coordinate representation of color #CA31EC: hue angle of 289.09º degrees, saturation: 0.83, 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 #CA31EC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 49 236 -
CMYK 0.14 0.79 0 0.07
HSL 289.09º 0.83% 0.56% -
HSV(B) 289.09º 0.79% 0.93% -
XYZ 40.6 20.81 81.23 -
YUV 116.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 202 49 236 0.14 0.79 0 0.07 289.09 0.83 0.56
Hex CA 31 EC E 4F 0 7 121 53 38
Octal 312 61 354 16 117 0 7 441 123 70
Binary 11001010 110001 11101100 1110 1001111 0 111 100100001 1010011 111000

Color Harmonies of #CA31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31EC

Black with #CA31EC

Text Example


Text Example

White with #CA31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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