Html Css Color HEX #D77EDD Orchid

📋 copy color: '#D77EDD'

red 215 ◦ green 126 ◦ blue 221

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

Shades of Orchid #D77EDD

Tints of Orchid #D77EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.42%

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

R = 38.26%
G = 22.42%
B = 39.32%

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

#D77EDD (or 0xD77EDD) is known color: Orchid. HEX triplet: D7, 7E and DD. RGB value is (215,126,221). Sum of RGB (Red+Green+Blue) = 215+126+221=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D77EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EDD is #288122. Grayscale: #A3A3A3. Windows color (decimal): -2654499 or 14515927. OLE color: 14515927.

HSL color Cylindrical-coordinate representation of color #D77EDD: hue angle of 296.21º degrees, saturation: 0.58, 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 #D77EDD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 126 221 -
CMYK 0.03 0.43 0 0.13
HSL 296.21º 0.58% 0.68% -
HSV(B) 296.21º 0.43% 0.87% -
XYZ 48.54 34.59 72.52 -
YUV 163.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 215 126 221 0.03 0.43 0 0.13 296.21 0.58 0.68
Hex D7 7E DD 3 2B 0 D 128 3A 44
Octal 327 176 335 3 53 0 15 450 72 104
Binary 11010111 1111110 11011101 11 101011 0 1101 100101000 111010 1000100

Color Harmonies of #D77EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EDD

Black with #D77EDD

Text Example


Text Example

White with #D77EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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