Html Css Color HEX #D78ACE Orchid

📋 copy color: '#D78ACE'

red 215 ◦ green 138 ◦ blue 206

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

Shades of Orchid #D78ACE

Tints of Orchid #D78ACE

RGB

 RED value IS 215 (84.38% from 255) = 38.46%

 GREEN value IS 138 (54.3% from 255) = 24.69%

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 38.46%
G = 24.69%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D78ACE (or 0xD78ACE) is known color: Orchid. HEX triplet: D7, 8A and CE. RGB value is (215,138,206). Sum of RGB (Red+Green+Blue) = 215+138+206=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ACE is #287531. Grayscale: #A8A8A8. Windows color (decimal): -2651442 or 13535959. OLE color: 13535959.

HSL color Cylindrical-coordinate representation of color #D78ACE: hue angle of 307.01º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78ACE is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 138 206 -
CMYK 0 0.36 0.04 0.16
HSL 307.01º 0.49% 0.69% -
HSV(B) 307.01º 0.36% 0.84% -
XYZ 48.25 37.08 63.01 -
YUV 168.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 215 138 206 0 0.36 0.04 0.16 307.01 0.49 0.69
Hex D7 8A CE 0 24 4 10 133 31 45
Octal 327 212 316 0 44 4 20 463 61 105
Binary 11010111 10001010 11001110 0 100100 100 10000 100110011 110001 1000101

Color Harmonies of #D78ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78ACE

Black with #D78ACE

Text Example


Text Example

White with #D78ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78ACE; }

 p { color: rgb(215,138,206); }

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

background-color css

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

 a { background-color: rgb(215,138,206); }

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

border-color css

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

 span { border-color: rgb(215,138,206); }

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