Html Css Color HEX #D770D0 Orchid

📋 copy color: '#D770D0'

red 215 ◦ green 112 ◦ blue 208

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

Shades of Orchid #D770D0

Tints of Orchid #D770D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 40.19%
G = 20.93%
B = 38.88%

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

#D770D0 (or 0xD770D0) is known color: Orchid. HEX triplet: D7, 70 and D0. RGB value is (215,112,208). Sum of RGB (Red+Green+Blue) = 215+112+208=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D770D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770D0 is #288F2F. Grayscale: #999999. Windows color (decimal): -2658096 or 13660375. OLE color: 13660375.

HSL color Cylindrical-coordinate representation of color #D770D0: hue angle of 304.08º 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 #D770D0 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 208 -
CMYK 0 0.48 0.03 0.16
HSL 304.08º 0.56% 0.64% -
HSV(B) 304.08º 0.48% 0.84% -
XYZ 45.2 30.59 63.2 -
YUV 153.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 215 112 208 0 0.48 0.03 0.16 304.08 0.56 0.64
Hex D7 70 D0 0 30 3 10 130 38 40
Octal 327 160 320 0 60 3 20 460 70 100
Binary 11010111 1110000 11010000 0 110000 11 10000 100110000 111000 1000000

Color Harmonies of #D770D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770D0

Black with #D770D0

Text Example


Text Example

White with #D770D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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