Html Css Color HEX #D477E7 Orchid

📋 copy color: '#D477E7'

red 212 ◦ green 119 ◦ blue 231

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

Shades of Orchid #D477E7

Tints of Orchid #D477E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.1%

R = 37.72%
G = 21.17%
B = 41.1%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D477E7 (or 0xD477E7) is known color: Orchid. HEX triplet: D4, 77 and E7. RGB value is (212,119,231). Sum of RGB (Red+Green+Blue) = 212+119+231=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #D477E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D477E7 is #2B8818. Grayscale: #9F9F9F. Windows color (decimal): -2852889 or 15169492. OLE color: 15169492.

HSL color Cylindrical-coordinate representation of color #D477E7: hue angle of 289.82º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D477E7 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 119 231 -
CMYK 0.08 0.48 0 0.09
HSL 289.82º 0.7% 0.69% -
HSV(B) 289.82º 0.48% 0.91% -
XYZ 48.17 32.96 79.42 -
YUV 159.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 212 119 231 0.08 0.48 0 0.09 289.82 0.7 0.69
Hex D4 77 E7 8 30 0 9 122 46 45
Octal 324 167 347 10 60 0 11 442 106 105
Binary 11010100 1110111 11100111 1000 110000 0 1001 100100010 1000110 1000101

Color Harmonies of #D477E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477E7

Black with #D477E7

Text Example


Text Example

White with #D477E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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