Html Css Color HEX #C33EDC Medium Orchid

📋 copy color: '#C33EDC'

red 195 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #C33EDC

Tints of Medium Orchid #C33EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 40.88%
G = 13%
B = 46.12%

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

#C33EDC (or 0xC33EDC) is known color: Medium Orchid. HEX triplet: C3, 3E and DC. RGB value is (195,62,220). Sum of RGB (Red+Green+Blue) = 195+62+220=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #C33EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EDC is #3CC123. Grayscale: #777777. Windows color (decimal): -3981604 or 14433987. OLE color: 14433987.

HSL color Cylindrical-coordinate representation of color #C33EDC: hue angle of 290.51º 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 #C33EDC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 62 220 -
CMYK 0.11 0.72 0 0.14
HSL 290.51º 0.69% 0.55% -
HSV(B) 290.51º 0.72% 0.86% -
XYZ 37.15 20.21 69.65 -
YUV 119.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 195 62 220 0.11 0.72 0 0.14 290.51 0.69 0.55
Hex C3 3E DC B 48 0 E 123 45 37
Octal 303 76 334 13 110 0 16 443 105 67
Binary 11000011 111110 11011100 1011 1001000 0 1110 100100011 1000101 110111

Color Harmonies of #C33EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EDC

Black with #C33EDC

Text Example


Text Example

White with #C33EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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