Html Css Color HEX #C33EEC Medium Orchid

📋 copy color: '#C33EEC'

red 195 ◦ green 62 ◦ blue 236

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

Shades of Medium Orchid #C33EEC

Tints of Medium Orchid #C33EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 39.55%
G = 12.58%
B = 47.87%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C33EEC (or 0xC33EEC) is known color: Medium Orchid. HEX triplet: C3, 3E and EC. RGB value is (195,62,236). Sum of RGB (Red+Green+Blue) = 195+62+236=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #C33EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EEC is #3CC113. Grayscale: #797979. Windows color (decimal): -3981588 or 15482563. OLE color: 15482563.

HSL color Cylindrical-coordinate representation of color #C33EEC: hue angle of 285.86º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33EEC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 62 236 -
CMYK 0.17 0.74 0 0.07
HSL 285.86º 0.82% 0.58% -
HSV(B) 285.86º 0.74% 0.93% -
XYZ 39.37 21.1 81.36 -
YUV 121.6 192.56 180.35 -
System Red Green Blue C M Y K H S L
Decimal 195 62 236 0.17 0.74 0 0.07 285.86 0.82 0.58
Hex C3 3E EC 11 4A 0 7 11E 52 3A
Octal 303 76 354 21 112 0 7 436 122 72
Binary 11000011 111110 11101100 10001 1001010 0 111 100011110 1010010 111010

Color Harmonies of #C33EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EEC

Black with #C33EEC

Text Example


Text Example

White with #C33EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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