Html Css Color HEX #C032DE Medium Orchid

📋 copy color: '#C032DE'

red 192 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #C032DE

Tints of Medium Orchid #C032DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 41.38%
G = 10.78%
B = 47.84%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C032DE (or 0xC032DE) is known color: Medium Orchid. HEX triplet: C0, 32 and DE. RGB value is (192,50,222). Sum of RGB (Red+Green+Blue) = 192+50+222=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #C032DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032DE is #3FCD21. Grayscale: #6F6F6F. Windows color (decimal): -4181282 or 14561984. OLE color: 14561984.

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

Color convert

RGB 192 50 222 -
CMYK 0.14 0.77 0 0.13
HSL 289.53º 0.72% 0.53% -
HSV(B) 289.53º 0.77% 0.87% -
XYZ 36.06 18.76 70.83 -
YUV 112.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 192 50 222 0.14 0.77 0 0.13 289.53 0.72 0.53
Hex C0 32 DE E 4D 0 D 122 48 35
Octal 300 62 336 16 115 0 15 442 110 65
Binary 11000000 110010 11011110 1110 1001101 0 1101 100100010 1001000 110101

Color Harmonies of #C032DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032DE

Black with #C032DE

Text Example


Text Example

White with #C032DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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