Html Css Color HEX #C033DC Medium Orchid

📋 copy color: '#C033DC'

red 192 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #C033DC

Tints of Medium Orchid #C033DC

RGB

 RED value IS 192 (75.39% from 255) = 41.47%

 GREEN value IS 51 (20.31% from 255) = 11.02%

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

R = 41.47%
G = 11.02%
B = 47.52%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C033DC (or 0xC033DC) is known color: Medium Orchid. HEX triplet: C0, 33 and DC. RGB value is (192,51,220). Sum of RGB (Red+Green+Blue) = 192+51+220=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #C033DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033DC is #3FCC23. Grayscale: #6F6F6F. Windows color (decimal): -4181028 or 14431168. OLE color: 14431168.

HSL color Cylindrical-coordinate representation of color #C033DC: hue angle of 290.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C033DC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 51 220 -
CMYK 0.13 0.77 0 0.14
HSL 290.06º 0.71% 0.53% -
HSV(B) 290.06º 0.77% 0.86% -
XYZ 35.84 18.74 69.44 -
YUV 112.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 192 51 220 0.13 0.77 0 0.14 290.06 0.71 0.53
Hex C0 33 DC D 4D 0 E 122 47 35
Octal 300 63 334 15 115 0 16 442 107 65
Binary 11000000 110011 11011100 1101 1001101 0 1110 100100010 1000111 110101

Color Harmonies of #C033DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033DC

Black with #C033DC

Text Example


Text Example

White with #C033DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033DC; }

 p { color: rgb(192,51,220); }

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

background-color css

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

 a { background-color: rgb(192,51,220); }

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

border-color css

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

 span { border-color: rgb(192,51,220); }

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