Html Css Color HEX #CA39F1 Medium Orchid

📋 copy color: '#CA39F1'

red 202 ◦ green 57 ◦ blue 241

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

Shades of Medium Orchid #CA39F1

Tints of Medium Orchid #CA39F1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.4%

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

R = 40.4%
G = 11.4%
B = 48.2%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA39F1 (or 0xCA39F1) is known color: Medium Orchid. HEX triplet: CA, 39 and F1. RGB value is (202,57,241). Sum of RGB (Red+Green+Blue) = 202+57+241=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA39F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39F1 is #35C60E. Grayscale: #787878. Windows color (decimal): -3524111 or 15808970. OLE color: 15808970.

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

Color convert

RGB 202 57 241 -
CMYK 0.16 0.76 0 0.05
HSL 287.28º 0.87% 0.58% -
HSV(B) 287.28º 0.76% 0.95% -
XYZ 41.7 21.83 85.24 -
YUV 121.33 195.54 185.54 -
System Red Green Blue C M Y K H S L
Decimal 202 57 241 0.16 0.76 0 0.05 287.28 0.87 0.58
Hex CA 39 F1 10 4C 0 5 11F 57 3A
Octal 312 71 361 20 114 0 5 437 127 72
Binary 11001010 111001 11110001 10000 1001100 0 101 100011111 1010111 111010

Color Harmonies of #CA39F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA39F1

Black with #CA39F1

Text Example


Text Example

White with #CA39F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA39F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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