Html Css Color HEX #C33ED0 Medium Orchid

📋 copy color: '#C33ED0'

red 195 ◦ green 62 ◦ blue 208

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

Shades of Medium Orchid #C33ED0

Tints of Medium Orchid #C33ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 41.94%
G = 13.33%
B = 44.73%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C33ED0 (or 0xC33ED0) is known color: Medium Orchid. HEX triplet: C3, 3E and D0. RGB value is (195,62,208). Sum of RGB (Red+Green+Blue) = 195+62+208=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #C33ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ED0 is #3CC12F. Grayscale: #757575. Windows color (decimal): -3981616 or 13647555. OLE color: 13647555.

HSL color Cylindrical-coordinate representation of color #C33ED0: hue angle of 294.66º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33ED0 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 62 208 -
CMYK 0.06 0.70 0 0.18
HSL 294.66º 0.61% 0.53% -
HSV(B) 294.66º 0.7% 0.82% -
XYZ 35.61 19.6 61.58 -
YUV 118.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 195 62 208 0.06 0.70 0 0.18 294.66 0.61 0.53
Hex C3 3E D0 6 46 0 12 127 3D 35
Octal 303 76 320 6 106 0 22 447 75 65
Binary 11000011 111110 11010000 110 1000110 0 10010 100100111 111101 110101

Color Harmonies of #C33ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33ED0

Black with #C33ED0

Text Example


Text Example

White with #C33ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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