Html Css Color HEX #D878E4 Orchid

📋 copy color: '#D878E4'

red 216 ◦ green 120 ◦ blue 228

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

Shades of Orchid #D878E4

Tints of Orchid #D878E4

RGB

 RED value IS 216 (84.77% from 255) = 38.3%

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

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 38.3%
G = 21.28%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D878E4 (or 0xD878E4) is known color: Orchid. HEX triplet: D8, 78 and E4. RGB value is (216,120,228). Sum of RGB (Red+Green+Blue) = 216+120+228=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #D878E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878E4 is #27871B. Grayscale: #A0A0A0. Windows color (decimal): -2590492 or 14973144. OLE color: 14973144.

HSL color Cylindrical-coordinate representation of color #D878E4: hue angle of 293.33º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D878E4 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 120 228 -
CMYK 0.05 0.47 0 0.11
HSL 293.33º 0.67% 0.68% -
HSV(B) 293.33º 0.47% 0.89% -
XYZ 49.04 33.63 77.31 -
YUV 161.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 216 120 228 0.05 0.47 0 0.11 293.33 0.67 0.68
Hex D8 78 E4 5 2F 0 B 125 43 44
Octal 330 170 344 5 57 0 13 445 103 104
Binary 11011000 1111000 11100100 101 101111 0 1011 100100101 1000011 1000100

Color Harmonies of #D878E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878E4

Black with #D878E4

Text Example


Text Example

White with #D878E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878E4; }

 p { color: rgb(216,120,228); }

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

background-color css

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

 a { background-color: rgb(216,120,228); }

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

border-color css

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

 span { border-color: rgb(216,120,228); }

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