Html Css Color HEX #D078C0 Orchid

📋 copy color: '#D078C0'

red 208 ◦ green 120 ◦ blue 192

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

Shades of Orchid #D078C0

Tints of Orchid #D078C0

RGB

 RED value IS 208 (81.64% from 255) = 40%

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 40%
G = 23.08%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D078C0 (or 0xD078C0) is known color: Orchid. HEX triplet: D0, 78 and C0. RGB value is (208,120,192). Sum of RGB (Red+Green+Blue) = 208+120+192=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D078C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078C0 is #2F873F. Grayscale: #9A9A9A. Windows color (decimal): -3114816 or 12613840. OLE color: 12613840.

HSL color Cylindrical-coordinate representation of color #D078C0: hue angle of 310.91º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D078C0 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 192 -
CMYK 0 0.42 0.08 0.18
HSL 310.91º 0.48% 0.64% -
HSV(B) 310.91º 0.42% 0.82% -
XYZ 42.24 30.65 53.56 -
YUV 154.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 208 120 192 0 0.42 0.08 0.18 310.91 0.48 0.64
Hex D0 78 C0 0 2A 8 12 137 30 40
Octal 320 170 300 0 52 10 22 467 60 100
Binary 11010000 1111000 11000000 0 101010 1000 10010 100110111 110000 1000000

Color Harmonies of #D078C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078C0

Black with #D078C0

Text Example


Text Example

White with #D078C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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