Html Css Color HEX #D770DD Orchid

📋 copy color: '#D770DD'

red 215 ◦ green 112 ◦ blue 221

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

Shades of Orchid #D770DD

Tints of Orchid #D770DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 39.23%
G = 20.44%
B = 40.33%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D770DD (or 0xD770DD) is known color: Orchid. HEX triplet: D7, 70 and DD. RGB value is (215,112,221). Sum of RGB (Red+Green+Blue) = 215+112+221=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #D770DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770DD is #288F22. Grayscale: #9A9A9A. Windows color (decimal): -2658083 or 14512343. OLE color: 14512343.

HSL color Cylindrical-coordinate representation of color #D770DD: hue angle of 296.7º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D770DD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 112 221 -
CMYK 0.03 0.49 0 0.13
HSL 296.7º 0.62% 0.65% -
HSV(B) 296.7º 0.49% 0.87% -
XYZ 46.87 31.26 71.97 -
YUV 155.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 215 112 221 0.03 0.49 0 0.13 296.7 0.62 0.65
Hex D7 70 DD 3 31 0 D 129 3E 41
Octal 327 160 335 3 61 0 15 451 76 101
Binary 11010111 1110000 11011101 11 110001 0 1101 100101001 111110 1000001

Color Harmonies of #D770DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770DD

Black with #D770DD

Text Example


Text Example

White with #D770DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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