Html Css Color HEX #D778E7 Orchid

📋 copy color: '#D778E7'

red 215 ◦ green 120 ◦ blue 231

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

Shades of Orchid #D778E7

Tints of Orchid #D778E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.81%

R = 37.99%
G = 21.2%
B = 40.81%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D778E7 (or 0xD778E7) is known color: Orchid. HEX triplet: D7, 78 and E7. RGB value is (215,120,231). Sum of RGB (Red+Green+Blue) = 215+120+231=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #D778E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D778E7 is #288718. Grayscale: #A0A0A0. Windows color (decimal): -2656025 or 15169751. OLE color: 15169751.

HSL color Cylindrical-coordinate representation of color #D778E7: hue angle of 291.35º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D778E7 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 120 231 -
CMYK 0.07 0.48 0 0.09
HSL 291.35º 0.7% 0.69% -
HSV(B) 291.35º 0.48% 0.91% -
XYZ 49.16 33.65 79.51 -
YUV 161.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 215 120 231 0.07 0.48 0 0.09 291.35 0.7 0.69
Hex D7 78 E7 7 30 0 9 123 46 45
Octal 327 170 347 7 60 0 11 443 106 105
Binary 11010111 1111000 11100111 111 110000 0 1001 100100011 1000110 1000101

Color Harmonies of #D778E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778E7

Black with #D778E7

Text Example


Text Example

White with #D778E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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