Html Css Color HEX #C078DE Medium Orchid

📋 copy color: '#C078DE'

red 192 ◦ green 120 ◦ blue 222

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

Shades of Medium Orchid #C078DE

Tints of Medium Orchid #C078DE

RGB

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

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

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

R = 35.96%
G = 22.47%
B = 41.57%

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

#C078DE (or 0xC078DE) is known color: Medium Orchid. HEX triplet: C0, 78 and DE. RGB value is (192,120,222). Sum of RGB (Red+Green+Blue) = 192+120+222=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #C078DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078DE is #3F8721. Grayscale: #989898. Windows color (decimal): -4163362 or 14579904. OLE color: 14579904.

HSL color Cylindrical-coordinate representation of color #C078DE: hue angle of 282.35º degrees, saturation: 0.61, 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 #C078DE is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 120 222 -
CMYK 0.14 0.46 0 0.13
HSL 282.35º 0.61% 0.67% -
HSV(B) 282.35º 0.46% 0.87% -
XYZ 41.64 29.91 72.69 -
YUV 153.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 192 120 222 0.14 0.46 0 0.13 282.35 0.61 0.67
Hex C0 78 DE E 2E 0 D 11A 3D 43
Octal 300 170 336 16 56 0 15 432 75 103
Binary 11000000 1111000 11011110 1110 101110 0 1101 100011010 111101 1000011

Color Harmonies of #C078DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078DE

Black with #C078DE

Text Example


Text Example

White with #C078DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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