Html Css Color HEX #C033CE Medium Orchid

📋 copy color: '#C033CE'

red 192 ◦ green 51 ◦ blue 206

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

Shades of Medium Orchid #C033CE

Tints of Medium Orchid #C033CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 42.76%
G = 11.36%
B = 45.88%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C033CE (or 0xC033CE) is known color: Medium Orchid. HEX triplet: C0, 33 and CE. RGB value is (192,51,206). Sum of RGB (Red+Green+Blue) = 192+51+206=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #C033CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033CE is #3FCC31. Grayscale: #6E6E6E. Windows color (decimal): -4181042 or 13513664. OLE color: 13513664.

HSL color Cylindrical-coordinate representation of color #C033CE: hue angle of 294.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C033CE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 51 206 -
CMYK 0.07 0.75 0 0.19
HSL 294.58º 0.61% 0.5% -
HSV(B) 294.58º 0.75% 0.81% -
XYZ 34.06 18.03 60.08 -
YUV 110.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 192 51 206 0.07 0.75 0 0.19 294.58 0.61 0.5
Hex C0 33 CE 7 4B 0 13 127 3D 32
Octal 300 63 316 7 113 0 23 447 75 62
Binary 11000000 110011 11001110 111 1001011 0 10011 100100111 111101 110010

Color Harmonies of #C033CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033CE

Black with #C033CE

Text Example


Text Example

White with #C033CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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