Html Css Color HEX #C33ED4 Medium Orchid

📋 copy color: '#C33ED4'

red 195 ◦ green 62 ◦ blue 212

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

Shades of Medium Orchid #C33ED4

Tints of Medium Orchid #C33ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.2%

R = 41.58%
G = 13.22%
B = 45.2%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C33ED4 (or 0xC33ED4) is known color: Medium Orchid. HEX triplet: C3, 3E and D4. RGB value is (195,62,212). Sum of RGB (Red+Green+Blue) = 195+62+212=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #C33ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ED4 is #3CC12B. Grayscale: #767676. Windows color (decimal): -3981612 or 13909699. OLE color: 13909699.

HSL color Cylindrical-coordinate representation of color #C33ED4: hue angle of 293.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33ED4 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 62 212 -
CMYK 0.08 0.71 0 0.17
HSL 293.2º 0.64% 0.54% -
HSV(B) 293.2º 0.71% 0.83% -
XYZ 36.11 19.8 64.21 -
YUV 118.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 195 62 212 0.08 0.71 0 0.17 293.2 0.64 0.54
Hex C3 3E D4 8 47 0 11 125 40 36
Octal 303 76 324 10 107 0 21 445 100 66
Binary 11000011 111110 11010100 1000 1000111 0 10001 100100101 1000000 110110

Color Harmonies of #C33ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33ED4

Black with #C33ED4

Text Example


Text Example

White with #C33ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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