Html Css Color HEX #D078DA Orchid

📋 copy color: '#D078DA'

red 208 ◦ green 120 ◦ blue 218

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

Shades of Orchid #D078DA

Tints of Orchid #D078DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 38.1%
G = 21.98%
B = 39.93%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D078DA (or 0xD078DA) is known color: Orchid. HEX triplet: D0, 78 and DA. RGB value is (208,120,218). Sum of RGB (Red+Green+Blue) = 208+120+218=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #D078DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078DA is #2F8725. Grayscale: #9D9D9D. Windows color (decimal): -3114790 or 14317776. OLE color: 14317776.

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

Color convert

RGB 208 120 218 -
CMYK 0.05 0.45 0 0.15
HSL 293.88º 0.57% 0.66% -
HSV(B) 293.88º 0.45% 0.85% -
XYZ 45.38 31.9 70.1 -
YUV 157.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 208 120 218 0.05 0.45 0 0.15 293.88 0.57 0.66
Hex D0 78 DA 5 2D 0 F 126 39 42
Octal 320 170 332 5 55 0 17 446 71 102
Binary 11010000 1111000 11011010 101 101101 0 1111 100100110 111001 1000010

Color Harmonies of #D078DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078DA

Black with #D078DA

Text Example


Text Example

White with #D078DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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