Html Css Color HEX #D77DDD Orchid

📋 copy color: '#D77DDD'

red 215 ◦ green 125 ◦ blue 221

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

Shades of Orchid #D77DDD

Tints of Orchid #D77DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.28%

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

R = 38.32%
G = 22.28%
B = 39.39%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D77DDD (or 0xD77DDD) is known color: Orchid. HEX triplet: D7, 7D and DD. RGB value is (215,125,221). Sum of RGB (Red+Green+Blue) = 215+125+221=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D77DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DDD is #288222. Grayscale: #A2A2A2. Windows color (decimal): -2654755 or 14515671. OLE color: 14515671.

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

Color convert

RGB 215 125 221 -
CMYK 0.03 0.43 0 0.13
HSL 296.25º 0.59% 0.68% -
HSV(B) 296.25º 0.43% 0.87% -
XYZ 48.41 34.33 72.48 -
YUV 162.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 215 125 221 0.03 0.43 0 0.13 296.25 0.59 0.68
Hex D7 7D DD 3 2B 0 D 128 3B 44
Octal 327 175 335 3 53 0 15 450 73 104
Binary 11010111 1111101 11011101 11 101011 0 1101 100101000 111011 1000100

Color Harmonies of #D77DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DDD

Black with #D77DDD

Text Example


Text Example

White with #D77DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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