Html Css Color HEX #C038DC Medium Orchid

📋 copy color: '#C038DC'

red 192 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #C038DC

Tints of Medium Orchid #C038DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.97%

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

R = 41.03%
G = 11.97%
B = 47.01%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C038DC (or 0xC038DC) is known color: Medium Orchid. HEX triplet: C0, 38 and DC. RGB value is (192,56,220). Sum of RGB (Red+Green+Blue) = 192+56+220=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #C038DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038DC is #3FC723. Grayscale: #727272. Windows color (decimal): -4179748 or 14432448. OLE color: 14432448.

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

Color convert

RGB 192 56 220 -
CMYK 0.13 0.75 0 0.14
HSL 289.76º 0.7% 0.54% -
HSV(B) 289.76º 0.75% 0.86% -
XYZ 36.07 19.2 69.52 -
YUV 115.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 192 56 220 0.13 0.75 0 0.14 289.76 0.7 0.54
Hex C0 38 DC D 4B 0 E 122 46 36
Octal 300 70 334 15 113 0 16 442 106 66
Binary 11000000 111000 11011100 1101 1001011 0 1110 100100010 1000110 110110

Color Harmonies of #C038DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038DC

Black with #C038DC

Text Example


Text Example

White with #C038DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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