Html Css Color HEX #D770D5 Orchid

📋 copy color: '#D770D5'

red 215 ◦ green 112 ◦ blue 213

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

Shades of Orchid #D770D5

Tints of Orchid #D770D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.44%

R = 39.81%
G = 20.74%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D770D5 (or 0xD770D5) is known color: Orchid. HEX triplet: D7, 70 and D5. RGB value is (215,112,213). Sum of RGB (Red+Green+Blue) = 215+112+213=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D770D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770D5 is #288F2A. Grayscale: #9A9A9A. Windows color (decimal): -2658091 or 13988055. OLE color: 13988055.

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

Color convert

RGB 215 112 213 -
CMYK 0 0.48 0.01 0.16
HSL 301.17º 0.56% 0.64% -
HSV(B) 301.17º 0.48% 0.84% -
XYZ 45.83 30.84 66.49 -
YUV 154.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 215 112 213 0 0.48 0.01 0.16 301.17 0.56 0.64
Hex D7 70 D5 0 30 1 10 12D 38 40
Octal 327 160 325 0 60 1 20 455 70 100
Binary 11010111 1110000 11010101 0 110000 1 10000 100101101 111000 1000000

Color Harmonies of #D770D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770D5

Black with #D770D5

Text Example


Text Example

White with #D770D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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