Html Css Color HEX #C33EE1 Medium Orchid

📋 copy color: '#C33EE1'

red 195 ◦ green 62 ◦ blue 225

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

Shades of Medium Orchid #C33EE1

Tints of Medium Orchid #C33EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 40.46%
G = 12.86%
B = 46.68%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C33EE1 (or 0xC33EE1) is known color: Medium Orchid. HEX triplet: C3, 3E and E1. RGB value is (195,62,225). Sum of RGB (Red+Green+Blue) = 195+62+225=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #C33EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EE1 is #3CC11E. Grayscale: #777777. Windows color (decimal): -3981599 or 14761667. OLE color: 14761667.

HSL color Cylindrical-coordinate representation of color #C33EE1: hue angle of 288.96º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33EE1 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 62 225 -
CMYK 0.13 0.72 0 0.12
HSL 288.96º 0.73% 0.56% -
HSV(B) 288.96º 0.72% 0.88% -
XYZ 37.82 20.48 73.19 -
YUV 120.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 195 62 225 0.13 0.72 0 0.12 288.96 0.73 0.56
Hex C3 3E E1 D 48 0 C 121 49 38
Octal 303 76 341 15 110 0 14 441 111 70
Binary 11000011 111110 11100001 1101 1001000 0 1100 100100001 1001001 111000

Color Harmonies of #C33EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EE1

Black with #C33EE1

Text Example


Text Example

White with #C33EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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