Html Css Color HEX #C33EF1 Medium Orchid

📋 copy color: '#C33EF1'

red 195 ◦ green 62 ◦ blue 241

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

Shades of Medium Orchid #C33EF1

Tints of Medium Orchid #C33EF1

RGB

 RED value IS 195 (76.56% from 255) = 39.16%

 GREEN value IS 62 (24.61% from 255) = 12.45%

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

R = 39.16%
G = 12.45%
B = 48.39%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C33EF1 (or 0xC33EF1) is known color: Medium Orchid. HEX triplet: C3, 3E and F1. RGB value is (195,62,241). Sum of RGB (Red+Green+Blue) = 195+62+241=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 62 (24.61% from 255 or 12.45% 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 #C33EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EF1 is #3CC10E. Grayscale: #797979. Windows color (decimal): -3981583 or 15810243. OLE color: 15810243.

HSL color Cylindrical-coordinate representation of color #C33EF1: hue angle of 284.58º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33EF1 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 62 241 -
CMYK 0.19 0.74 0 0.05
HSL 284.58º 0.86% 0.59% -
HSV(B) 284.58º 0.74% 0.95% -
XYZ 40.11 21.4 85.24 -
YUV 122.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 195 62 241 0.19 0.74 0 0.05 284.58 0.86 0.59
Hex C3 3E F1 13 4A 0 5 11D 56 3B
Octal 303 76 361 23 112 0 5 435 126 73
Binary 11000011 111110 11110001 10011 1001010 0 101 100011101 1010110 111011

Color Harmonies of #C33EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EF1

Black with #C33EF1

Text Example


Text Example

White with #C33EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EF1; }

 p { color: rgb(195,62,241); }

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

background-color css

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

 a { background-color: rgb(195,62,241); }

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

border-color css

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

 span { border-color: rgb(195,62,241); }

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