Html Css Color HEX #C078DF Medium Orchid

📋 copy color: '#C078DF'

red 192 ◦ green 120 ◦ blue 223

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

Shades of Medium Orchid #C078DF

Tints of Medium Orchid #C078DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 35.89%
G = 22.43%
B = 41.68%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C078DF (or 0xC078DF) is known color: Medium Orchid. HEX triplet: C0, 78 and DF. RGB value is (192,120,223). Sum of RGB (Red+Green+Blue) = 192+120+223=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #C078DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078DF is #3F8720. Grayscale: #989898. Windows color (decimal): -4163361 or 14645440. OLE color: 14645440.

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

Color convert

RGB 192 120 223 -
CMYK 0.14 0.46 0 0.13
HSL 281.94º 0.62% 0.67% -
HSV(B) 281.94º 0.46% 0.87% -
XYZ 41.77 29.97 73.39 -
YUV 153.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 192 120 223 0.14 0.46 0 0.13 281.94 0.62 0.67
Hex C0 78 DF E 2E 0 D 11A 3E 43
Octal 300 170 337 16 56 0 15 432 76 103
Binary 11000000 1111000 11011111 1110 101110 0 1101 100011010 111110 1000011

Color Harmonies of #C078DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078DF

Black with #C078DF

Text Example


Text Example

White with #C078DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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