Html Css Color HEX #C032CE Medium Orchid

📋 copy color: '#C032CE'

red 192 ◦ green 50 ◦ blue 206

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

Shades of Medium Orchid #C032CE

Tints of Medium Orchid #C032CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.16%

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

R = 42.86%
G = 11.16%
B = 45.98%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C032CE (or 0xC032CE) is known color: Medium Orchid. HEX triplet: C0, 32 and CE. RGB value is (192,50,206). Sum of RGB (Red+Green+Blue) = 192+50+206=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #C032CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032CE is #3FCD31. Grayscale: #6D6D6D. Windows color (decimal): -4181298 or 13513408. OLE color: 13513408.

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

Color convert

RGB 192 50 206 -
CMYK 0.07 0.76 0 0.19
HSL 294.62º 0.61% 0.5% -
HSV(B) 294.62º 0.76% 0.81% -
XYZ 34.02 17.94 60.06 -
YUV 110.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 192 50 206 0.07 0.76 0 0.19 294.62 0.61 0.5
Hex C0 32 CE 7 4C 0 13 127 3D 32
Octal 300 62 316 7 114 0 23 447 75 62
Binary 11000000 110010 11001110 111 1001100 0 10011 100100111 111101 110010

Color Harmonies of #C032CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032CE

Black with #C032CE

Text Example


Text Example

White with #C032CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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