Html Css Color HEX #D770D6 Orchid

📋 copy color: '#D770D6'

red 215 ◦ green 112 ◦ blue 214

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

Shades of Orchid #D770D6

Tints of Orchid #D770D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.56%

R = 39.74%
G = 20.7%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D770D6 (or 0xD770D6) is known color: Orchid. HEX triplet: D7, 70 and D6. RGB value is (215,112,214). Sum of RGB (Red+Green+Blue) = 215+112+214=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D770D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770D6 is #288F29. Grayscale: #9A9A9A. Windows color (decimal): -2658090 or 14053591. OLE color: 14053591.

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

Color convert

RGB 215 112 214 -
CMYK 0 0.48 0.00 0.16
HSL 300.58º 0.56% 0.64% -
HSV(B) 300.58º 0.48% 0.84% -
XYZ 45.96 30.89 67.16 -
YUV 154.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 215 112 214 0 0.48 0.00 0.16 300.58 0.56 0.64
Hex D7 70 D6 0 30 0 10 12D 38 40
Octal 327 160 326 0 60 0 20 455 70 100
Binary 11010111 1110000 11010110 0 110000 0 10000 100101101 111000 1000000

Color Harmonies of #D770D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770D6

Black with #D770D6

Text Example


Text Example

White with #D770D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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