Html Css Color HEX #C032DD Medium Orchid

📋 copy color: '#C032DD'

red 192 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #C032DD

Tints of Medium Orchid #C032DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 41.47%
G = 10.8%
B = 47.73%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C032DD (or 0xC032DD) is known color: Medium Orchid. HEX triplet: C0, 32 and DD. RGB value is (192,50,221). Sum of RGB (Red+Green+Blue) = 192+50+221=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C032DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032DD is #3FCD22. Grayscale: #6F6F6F. Windows color (decimal): -4181283 or 14496448. OLE color: 14496448.

HSL color Cylindrical-coordinate representation of color #C032DD: hue angle of 289.82º 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 #C032DD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 50 221 -
CMYK 0.13 0.77 0 0.13
HSL 289.82º 0.72% 0.53% -
HSV(B) 289.82º 0.77% 0.87% -
XYZ 35.93 18.71 70.12 -
YUV 111.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 192 50 221 0.13 0.77 0 0.13 289.82 0.72 0.53
Hex C0 32 DD D 4D 0 D 122 48 35
Octal 300 62 335 15 115 0 15 442 110 65
Binary 11000000 110010 11011101 1101 1001101 0 1101 100100010 1001000 110101

Color Harmonies of #C032DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032DD

Black with #C032DD

Text Example


Text Example

White with #C032DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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