Html Css Color HEX #CA31F1 Medium Orchid

📋 copy color: '#CA31F1'

red 202 ◦ green 49 ◦ blue 241

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

Shades of Medium Orchid #CA31F1

Tints of Medium Orchid #CA31F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 41.06%
G = 9.96%
B = 48.98%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA31F1 (or 0xCA31F1) is known color: Medium Orchid. HEX triplet: CA, 31 and F1. RGB value is (202,49,241). Sum of RGB (Red+Green+Blue) = 202+49+241=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA31F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31F1 is #35CE0E. Grayscale: #747474. Windows color (decimal): -3526159 or 15806922. OLE color: 15806922.

HSL color Cylindrical-coordinate representation of color #CA31F1: hue angle of 287.81º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA31F1 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 49 241 -
CMYK 0.16 0.80 0 0.05
HSL 287.81º 0.87% 0.57% -
HSV(B) 287.81º 0.8% 0.95% -
XYZ 41.33 21.1 85.11 -
YUV 116.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 202 49 241 0.16 0.80 0 0.05 287.81 0.87 0.57
Hex CA 31 F1 10 50 0 5 120 57 39
Octal 312 61 361 20 120 0 5 440 127 71
Binary 11001010 110001 11110001 10000 1010000 0 101 100100000 1010111 111001

Color Harmonies of #CA31F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31F1

Black with #CA31F1

Text Example


Text Example

White with #CA31F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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