Html Css Color HEX #D078C7 Orchid

📋 copy color: '#D078C7'

red 208 ◦ green 120 ◦ blue 199

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

Shades of Orchid #D078C7

Tints of Orchid #D078C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 39.47%
G = 22.77%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D078C7 (or 0xD078C7) is known color: Orchid. HEX triplet: D0, 78 and C7. RGB value is (208,120,199). Sum of RGB (Red+Green+Blue) = 208+120+199=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D078C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078C7 is #2F8738. Grayscale: #9B9B9B. Windows color (decimal): -3114809 or 13072592. OLE color: 13072592.

HSL color Cylindrical-coordinate representation of color #D078C7: hue angle of 306.14º 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 #D078C7 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 199 -
CMYK 0 0.42 0.04 0.18
HSL 306.14º 0.48% 0.64% -
HSV(B) 306.14º 0.42% 0.82% -
XYZ 43.04 30.97 57.74 -
YUV 155.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 208 120 199 0 0.42 0.04 0.18 306.14 0.48 0.64
Hex D0 78 C7 0 2A 4 12 132 30 40
Octal 320 170 307 0 52 4 22 462 60 100
Binary 11010000 1111000 11000111 0 101010 100 10010 100110010 110000 1000000

Color Harmonies of #D078C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078C7

Black with #D078C7

Text Example


Text Example

White with #D078C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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