Html Css Color HEX #D78ACB Orchid

📋 copy color: '#D78ACB'

red 215 ◦ green 138 ◦ blue 203

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

Shades of Orchid #D78ACB

Tints of Orchid #D78ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 38.67%
G = 24.82%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D78ACB (or 0xD78ACB) is known color: Orchid. HEX triplet: D7, 8A and CB. RGB value is (215,138,203). Sum of RGB (Red+Green+Blue) = 215+138+203=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ACB is #287534. Grayscale: #A8A8A8. Windows color (decimal): -2651445 or 13339351. OLE color: 13339351.

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

Color convert

RGB 215 138 203 -
CMYK 0 0.36 0.06 0.16
HSL 309.35º 0.49% 0.69% -
HSV(B) 309.35º 0.36% 0.84% -
XYZ 47.89 36.94 61.11 -
YUV 168.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 215 138 203 0 0.36 0.06 0.16 309.35 0.49 0.69
Hex D7 8A CB 0 24 6 10 135 31 45
Octal 327 212 313 0 44 6 20 465 61 105
Binary 11010111 10001010 11001011 0 100100 110 10000 100110101 110001 1000101

Color Harmonies of #D78ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78ACB

Black with #D78ACB

Text Example


Text Example

White with #D78ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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