Html Css Color HEX #D770D1 Orchid

📋 copy color: '#D770D1'

red 215 ◦ green 112 ◦ blue 209

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

Shades of Orchid #D770D1

Tints of Orchid #D770D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 40.11%
G = 20.9%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D770D1 (or 0xD770D1) is known color: Orchid. HEX triplet: D7, 70 and D1. RGB value is (215,112,209). Sum of RGB (Red+Green+Blue) = 215+112+209=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D770D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770D1 is #288F2E. Grayscale: #999999. Windows color (decimal): -2658095 or 13725911. OLE color: 13725911.

HSL color Cylindrical-coordinate representation of color #D770D1: hue angle of 303.5º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770D1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 209 -
CMYK 0 0.48 0.03 0.16
HSL 303.5º 0.56% 0.64% -
HSV(B) 303.5º 0.48% 0.84% -
XYZ 45.33 30.64 63.85 -
YUV 153.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 215 112 209 0 0.48 0.03 0.16 303.5 0.56 0.64
Hex D7 70 D1 0 30 3 10 12F 38 40
Octal 327 160 321 0 60 3 20 457 70 100
Binary 11010111 1110000 11010001 0 110000 11 10000 100101111 111000 1000000

Color Harmonies of #D770D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770D1

Black with #D770D1

Text Example


Text Example

White with #D770D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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