Html Css Color HEX #D477DB Orchid

📋 copy color: '#D477DB'

red 212 ◦ green 119 ◦ blue 219

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

Shades of Orchid #D477DB

Tints of Orchid #D477DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 38.55%
G = 21.64%
B = 39.82%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D477DB (or 0xD477DB) is known color: Orchid. HEX triplet: D4, 77 and DB. RGB value is (212,119,219). Sum of RGB (Red+Green+Blue) = 212+119+219=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #D477DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477DB is #2B8824. Grayscale: #9D9D9D. Windows color (decimal): -2852901 or 14383060. OLE color: 14383060.

HSL color Cylindrical-coordinate representation of color #D477DB: hue angle of 295.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D477DB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 119 219 -
CMYK 0.03 0.46 0 0.14
HSL 295.8º 0.58% 0.66% -
HSV(B) 295.8º 0.46% 0.86% -
XYZ 46.53 32.31 70.8 -
YUV 158.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 212 119 219 0.03 0.46 0 0.14 295.8 0.58 0.66
Hex D4 77 DB 3 2E 0 E 128 3A 42
Octal 324 167 333 3 56 0 16 450 72 102
Binary 11010100 1110111 11011011 11 101110 0 1110 100101000 111010 1000010

Color Harmonies of #D477DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477DB

Black with #D477DB

Text Example


Text Example

White with #D477DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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