Html Css Color HEX #CA31F4 Medium Orchid

📋 copy color: '#CA31F4'

red 202 ◦ green 49 ◦ blue 244

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

Shades of Medium Orchid #CA31F4

Tints of Medium Orchid #CA31F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.29%

R = 40.81%
G = 9.9%
B = 49.29%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA31F4 (or 0xCA31F4) is known color: Medium Orchid. HEX triplet: CA, 31 and F4. RGB value is (202,49,244). Sum of RGB (Red+Green+Blue) = 202+49+244=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA31F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31F4 is #35CE0B. Grayscale: #747474. Windows color (decimal): -3526156 or 16003530. OLE color: 16003530.

HSL color Cylindrical-coordinate representation of color #CA31F4: hue angle of 287.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA31F4 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 49 244 -
CMYK 0.17 0.80 0 0.04
HSL 287.08º 0.9% 0.57% -
HSV(B) 287.08º 0.8% 0.96% -
XYZ 41.78 21.28 87.49 -
YUV 116.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 202 49 244 0.17 0.80 0 0.04 287.08 0.9 0.57
Hex CA 31 F4 11 50 0 4 11F 5A 39
Octal 312 61 364 21 120 0 4 437 132 71
Binary 11001010 110001 11110100 10001 1010000 0 100 100011111 1011010 111001

Color Harmonies of #CA31F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31F4

Black with #CA31F4

Text Example


Text Example

White with #CA31F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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