Html Css Color HEX #D78ACD Orchid

📋 copy color: '#D78ACD'

red 215 ◦ green 138 ◦ blue 205

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

Shades of Orchid #D78ACD

Tints of Orchid #D78ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 38.53%
G = 24.73%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D78ACD (or 0xD78ACD) is known color: Orchid. HEX triplet: D7, 8A and CD. RGB value is (215,138,205). Sum of RGB (Red+Green+Blue) = 215+138+205=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ACD is #287532. Grayscale: #A8A8A8. Windows color (decimal): -2651443 or 13470423. OLE color: 13470423.

HSL color Cylindrical-coordinate representation of color #D78ACD: hue angle of 307.79º 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 #D78ACD is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 138 205 -
CMYK 0 0.36 0.05 0.16
HSL 307.79º 0.49% 0.69% -
HSV(B) 307.79º 0.36% 0.84% -
XYZ 48.13 37.03 62.37 -
YUV 168.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 215 138 205 0 0.36 0.05 0.16 307.79 0.49 0.69
Hex D7 8A CD 0 24 5 10 134 31 45
Octal 327 212 315 0 44 5 20 464 61 105
Binary 11010111 10001010 11001101 0 100100 101 10000 100110100 110001 1000101

Color Harmonies of #D78ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78ACD

Black with #D78ACD

Text Example


Text Example

White with #D78ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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