Html Css Color HEX #CA37F1 Medium Orchid

📋 copy color: '#CA37F1'

red 202 ◦ green 55 ◦ blue 241

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

Shades of Medium Orchid #CA37F1

Tints of Medium Orchid #CA37F1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.04%

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

R = 40.56%
G = 11.04%
B = 48.39%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA37F1 (or 0xCA37F1) is known color: Medium Orchid. HEX triplet: CA, 37 and F1. RGB value is (202,55,241). Sum of RGB (Red+Green+Blue) = 202+55+241=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA37F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37F1 is #35C80E. Grayscale: #777777. Windows color (decimal): -3524623 or 15808458. OLE color: 15808458.

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

Color convert

RGB 202 55 241 -
CMYK 0.16 0.77 0 0.05
HSL 287.42º 0.87% 0.58% -
HSV(B) 287.42º 0.77% 0.95% -
XYZ 41.6 21.64 85.2 -
YUV 120.16 196.2 186.38 -
System Red Green Blue C M Y K H S L
Decimal 202 55 241 0.16 0.77 0 0.05 287.42 0.87 0.58
Hex CA 37 F1 10 4D 0 5 11F 57 3A
Octal 312 67 361 20 115 0 5 437 127 72
Binary 11001010 110111 11110001 10000 1001101 0 101 100011111 1010111 111010

Color Harmonies of #CA37F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37F1

Black with #CA37F1

Text Example


Text Example

White with #CA37F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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