Html Css Color HEX #C078D8 Medium Orchid

📋 copy color: '#C078D8'

red 192 ◦ green 120 ◦ blue 216

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

Shades of Medium Orchid #C078D8

Tints of Medium Orchid #C078D8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.73%

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 36.36%
G = 22.73%
B = 40.91%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C078D8 (or 0xC078D8) is known color: Medium Orchid. HEX triplet: C0, 78 and D8. RGB value is (192,120,216). Sum of RGB (Red+Green+Blue) = 192+120+216=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #C078D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078D8 is #3F8727. Grayscale: #989898. Windows color (decimal): -4163368 or 14186688. OLE color: 14186688.

HSL color Cylindrical-coordinate representation of color #C078D8: hue angle of 285º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C078D8 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 120 216 -
CMYK 0.11 0.44 0 0.15
HSL 285º 0.55% 0.66% -
HSV(B) 285º 0.44% 0.85% -
XYZ 40.85 29.6 68.53 -
YUV 152.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 192 120 216 0.11 0.44 0 0.15 285 0.55 0.66
Hex C0 78 D8 B 2C 0 F 11D 37 42
Octal 300 170 330 13 54 0 17 435 67 102
Binary 11000000 1111000 11011000 1011 101100 0 1111 100011101 110111 1000010

Color Harmonies of #C078D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078D8

Black with #C078D8

Text Example


Text Example

White with #C078D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078D8; }

 p { color: rgb(192,120,216); }

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

background-color css

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

 a { background-color: rgb(192,120,216); }

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

border-color css

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

 span { border-color: rgb(192,120,216); }

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