Html Css Color HEX #D770DF Orchid

📋 copy color: '#D770DF'

red 215 ◦ green 112 ◦ blue 223

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

Shades of Orchid #D770DF

Tints of Orchid #D770DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.36%

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 39.09%
G = 20.36%
B = 40.55%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D770DF (or 0xD770DF) is known color: Orchid. HEX triplet: D7, 70 and DF. RGB value is (215,112,223). Sum of RGB (Red+Green+Blue) = 215+112+223=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #D770DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770DF is #288F20. Grayscale: #9B9B9B. Windows color (decimal): -2658081 or 14643415. OLE color: 14643415.

HSL color Cylindrical-coordinate representation of color #D770DF: hue angle of 295.68º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D770DF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 112 223 -
CMYK 0.04 0.50 0 0.13
HSL 295.68º 0.63% 0.66% -
HSV(B) 295.68º 0.5% 0.87% -
XYZ 47.14 31.36 73.38 -
YUV 155.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 215 112 223 0.04 0.50 0 0.13 295.68 0.63 0.66
Hex D7 70 DF 4 32 0 D 128 3F 42
Octal 327 160 337 4 62 0 15 450 77 102
Binary 11010111 1110000 11011111 100 110010 0 1101 100101000 111111 1000010

Color Harmonies of #D770DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770DF

Black with #D770DF

Text Example


Text Example

White with #D770DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770DF; }

 p { color: rgb(215,112,223); }

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

background-color css

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

 a { background-color: rgb(215,112,223); }

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

border-color css

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

 span { border-color: rgb(215,112,223); }

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