Html Css Color HEX #D477DD Orchid

📋 copy color: '#D477DD'

red 212 ◦ green 119 ◦ blue 221

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

Shades of Orchid #D477DD

Tints of Orchid #D477DD

RGB

 RED value IS 212 (83.2% from 255) = 38.41%

 GREEN value IS 119 (46.88% from 255) = 21.56%

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

R = 38.41%
G = 21.56%
B = 40.04%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D477DD (or 0xD477DD) is known color: Orchid. HEX triplet: D4, 77 and DD. RGB value is (212,119,221). Sum of RGB (Red+Green+Blue) = 212+119+221=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #D477DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477DD is #2B8822. Grayscale: #9E9E9E. Windows color (decimal): -2852899 or 14514132. OLE color: 14514132.

HSL color Cylindrical-coordinate representation of color #D477DD: hue angle of 294.71º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D477DD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 119 221 -
CMYK 0.04 0.46 0 0.13
HSL 294.71º 0.6% 0.67% -
HSV(B) 294.71º 0.46% 0.87% -
XYZ 46.8 32.41 72.2 -
YUV 158.44 163.31 166.21 -
System Red Green Blue C M Y K H S L
Decimal 212 119 221 0.04 0.46 0 0.13 294.71 0.6 0.67
Hex D4 77 DD 4 2E 0 D 127 3C 43
Octal 324 167 335 4 56 0 15 447 74 103
Binary 11010100 1110111 11011101 100 101110 0 1101 100100111 111100 1000011

Color Harmonies of #D477DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477DD

Black with #D477DD

Text Example


Text Example

White with #D477DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477DD; }

 p { color: rgb(212,119,221); }

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

background-color css

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

 a { background-color: rgb(212,119,221); }

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

border-color css

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

 span { border-color: rgb(212,119,221); }

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