Html Css Color HEX #C33EEF Medium Orchid

📋 copy color: '#C33EEF'

red 195 ◦ green 62 ◦ blue 239

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

Shades of Medium Orchid #C33EEF

Tints of Medium Orchid #C33EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 39.31%
G = 12.5%
B = 48.19%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C33EEF (or 0xC33EEF) is known color: Medium Orchid. HEX triplet: C3, 3E and EF. RGB value is (195,62,239). Sum of RGB (Red+Green+Blue) = 195+62+239=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #C33EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EEF is #3CC110. Grayscale: #797979. Windows color (decimal): -3981585 or 15679171. OLE color: 15679171.

HSL color Cylindrical-coordinate representation of color #C33EEF: hue angle of 285.08º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33EEF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 62 239 -
CMYK 0.18 0.74 0 0.06
HSL 285.08º 0.85% 0.59% -
HSV(B) 285.08º 0.74% 0.94% -
XYZ 39.81 21.28 83.67 -
YUV 121.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 195 62 239 0.18 0.74 0 0.06 285.08 0.85 0.59
Hex C3 3E EF 12 4A 0 6 11D 55 3B
Octal 303 76 357 22 112 0 6 435 125 73
Binary 11000011 111110 11101111 10010 1001010 0 110 100011101 1010101 111011

Color Harmonies of #C33EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EEF

Black with #C33EEF

Text Example


Text Example

White with #C33EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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