Html Css Color HEX #D078D4 Orchid

📋 copy color: '#D078D4'

red 208 ◦ green 120 ◦ blue 212

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

Shades of Orchid #D078D4

Tints of Orchid #D078D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.26%

R = 38.52%
G = 22.22%
B = 39.26%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D078D4 (or 0xD078D4) is known color: Orchid. HEX triplet: D0, 78 and D4. RGB value is (208,120,212). Sum of RGB (Red+Green+Blue) = 208+120+212=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 212 - color contains mainly: blue. Hex color #D078D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078D4 is #2F872B. Grayscale: #9C9C9C. Windows color (decimal): -3114796 or 13924560. OLE color: 13924560.

HSL color Cylindrical-coordinate representation of color #D078D4: hue angle of 297.39º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D078D4 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 120 212 -
CMYK 0.02 0.43 0 0.17
HSL 297.39º 0.52% 0.65% -
HSV(B) 297.39º 0.43% 0.83% -
XYZ 44.61 31.6 66.03 -
YUV 156.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 208 120 212 0.02 0.43 0 0.17 297.39 0.52 0.65
Hex D0 78 D4 2 2B 0 11 129 34 41
Octal 320 170 324 2 53 0 21 451 64 101
Binary 11010000 1111000 11010100 10 101011 0 10001 100101001 110100 1000001

Color Harmonies of #D078D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078D4

Black with #D078D4

Text Example


Text Example

White with #D078D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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