Html Css Color HEX #D477DE Orchid

📋 copy color: '#D477DE'

red 212 ◦ green 119 ◦ blue 222

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

Shades of Orchid #D477DE

Tints of Orchid #D477DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 38.34%
G = 21.52%
B = 40.14%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D477DE (or 0xD477DE) is known color: Orchid. HEX triplet: D4, 77 and DE. RGB value is (212,119,222). Sum of RGB (Red+Green+Blue) = 212+119+222=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #D477DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477DE is #2B8821. Grayscale: #9E9E9E. Windows color (decimal): -2852898 or 14579668. OLE color: 14579668.

HSL color Cylindrical-coordinate representation of color #D477DE: hue angle of 294.17º degrees, saturation: 0.61, 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 #D477DE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 119 222 -
CMYK 0.05 0.46 0 0.13
HSL 294.17º 0.61% 0.67% -
HSV(B) 294.17º 0.46% 0.87% -
XYZ 46.93 32.46 72.9 -
YUV 158.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 212 119 222 0.05 0.46 0 0.13 294.17 0.61 0.67
Hex D4 77 DE 5 2E 0 D 126 3D 43
Octal 324 167 336 5 56 0 15 446 75 103
Binary 11010100 1110111 11011110 101 101110 0 1101 100100110 111101 1000011

Color Harmonies of #D477DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477DE

Black with #D477DE

Text Example


Text Example

White with #D477DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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