Html Css Color HEX #D078C8 Orchid

📋 copy color: '#D078C8'

red 208 ◦ green 120 ◦ blue 200

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

Shades of Orchid #D078C8

Tints of Orchid #D078C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 39.39%
G = 22.73%
B = 37.88%

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

#D078C8 (or 0xD078C8) is known color: Orchid. HEX triplet: D0, 78 and C8. RGB value is (208,120,200). Sum of RGB (Red+Green+Blue) = 208+120+200=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D078C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078C8 is #2F8737. Grayscale: #9B9B9B. Windows color (decimal): -3114808 or 13138128. OLE color: 13138128.

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

Color convert

RGB 208 120 200 -
CMYK 0 0.42 0.04 0.18
HSL 305.45º 0.48% 0.64% -
HSV(B) 305.45º 0.42% 0.82% -
XYZ 43.15 31.01 58.36 -
YUV 155.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 208 120 200 0 0.42 0.04 0.18 305.45 0.48 0.64
Hex D0 78 C8 0 2A 4 12 131 30 40
Octal 320 170 310 0 52 4 22 461 60 100
Binary 11010000 1111000 11001000 0 101010 100 10010 100110001 110000 1000000

Color Harmonies of #D078C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078C8

Black with #D078C8

Text Example


Text Example

White with #D078C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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