Html Css Color HEX #D775E3 Orchid

📋 copy color: '#D775E3'

red 215 ◦ green 117 ◦ blue 227

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

Shades of Orchid #D775E3

Tints of Orchid #D775E3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.93%

 BLUE value IS 227 (89.06% from 255) = 40.61%

R = 38.46%
G = 20.93%
B = 40.61%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D775E3 (or 0xD775E3) is known color: Orchid. HEX triplet: D7, 75 and E3. RGB value is (215,117,227). Sum of RGB (Red+Green+Blue) = 215+117+227=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #D775E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775E3 is #288A1C. Grayscale: #9E9E9E. Windows color (decimal): -2656797 or 14906839. OLE color: 14906839.

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

Color convert

RGB 215 117 227 -
CMYK 0.05 0.48 0 0.11
HSL 293.45º 0.66% 0.67% -
HSV(B) 293.45º 0.48% 0.89% -
XYZ 48.25 32.72 76.44 -
YUV 158.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 215 117 227 0.05 0.48 0 0.11 293.45 0.66 0.67
Hex D7 75 E3 5 30 0 B 125 42 43
Octal 327 165 343 5 60 0 13 445 102 103
Binary 11010111 1110101 11100011 101 110000 0 1011 100100101 1000010 1000011

Color Harmonies of #D775E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775E3

Black with #D775E3

Text Example


Text Example

White with #D775E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775E3; }

 p { color: rgb(215,117,227); }

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

background-color css

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

 a { background-color: rgb(215,117,227); }

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

border-color css

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

 span { border-color: rgb(215,117,227); }

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