Html Css Color HEX #D778E5 Orchid

📋 copy color: '#D778E5'

red 215 ◦ green 120 ◦ blue 229

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

Shades of Orchid #D778E5

Tints of Orchid #D778E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 38.12%
G = 21.28%
B = 40.6%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D778E5 (or 0xD778E5) is known color: Orchid. HEX triplet: D7, 78 and E5. RGB value is (215,120,229). Sum of RGB (Red+Green+Blue) = 215+120+229=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #D778E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778E5 is #28871A. Grayscale: #A0A0A0. Windows color (decimal): -2656027 or 15038679. OLE color: 15038679.

HSL color Cylindrical-coordinate representation of color #D778E5: hue angle of 292.29º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D778E5 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 120 229 -
CMYK 0.06 0.48 0 0.10
HSL 292.29º 0.68% 0.68% -
HSV(B) 292.29º 0.48% 0.9% -
XYZ 48.88 33.54 78.03 -
YUV 160.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 215 120 229 0.06 0.48 0 0.10 292.29 0.68 0.68
Hex D7 78 E5 6 30 0 A 124 44 44
Octal 327 170 345 6 60 0 12 444 104 104
Binary 11010111 1111000 11100101 110 110000 0 1010 100100100 1000100 1000100

Color Harmonies of #D778E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778E5

Black with #D778E5

Text Example


Text Example

White with #D778E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778E5; }

 p { color: rgb(215,120,229); }

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

background-color css

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

 a { background-color: rgb(215,120,229); }

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

border-color css

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

 span { border-color: rgb(215,120,229); }

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