Html Css Color HEX #C33EDB Medium Orchid

📋 copy color: '#C33EDB'

red 195 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #C33EDB

Tints of Medium Orchid #C33EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 40.97%
G = 13.03%
B = 46.01%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C33EDB (or 0xC33EDB) is known color: Medium Orchid. HEX triplet: C3, 3E and DB. RGB value is (195,62,219). Sum of RGB (Red+Green+Blue) = 195+62+219=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #C33EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EDB is #3CC124. Grayscale: #777777. Windows color (decimal): -3981605 or 14368451. OLE color: 14368451.

HSL color Cylindrical-coordinate representation of color #C33EDB: hue angle of 290.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33EDB is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 62 219 -
CMYK 0.11 0.72 0 0.14
HSL 290.83º 0.69% 0.55% -
HSV(B) 290.83º 0.72% 0.86% -
XYZ 37.01 20.16 68.96 -
YUV 119.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 195 62 219 0.11 0.72 0 0.14 290.83 0.69 0.55
Hex C3 3E DB B 48 0 E 123 45 37
Octal 303 76 333 13 110 0 16 443 105 67
Binary 11000011 111110 11011011 1011 1001000 0 1110 100100011 1000101 110111

Color Harmonies of #C33EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EDB

Black with #C33EDB

Text Example


Text Example

White with #C33EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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