Html Css Color HEX #D377E7 Orchid

📋 copy color: '#D377E7'

red 211 ◦ green 119 ◦ blue 231

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

Shades of Orchid #D377E7

Tints of Orchid #D377E7

RGB

 RED value IS 211 (82.81% from 255) = 37.61%

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

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

R = 37.61%
G = 21.21%
B = 41.18%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D377E7 (or 0xD377E7) is known color: Orchid. HEX triplet: D3, 77 and E7. RGB value is (211,119,231). Sum of RGB (Red+Green+Blue) = 211+119+231=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #D377E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377E7 is #2C8818. Grayscale: #9E9E9E. Windows color (decimal): -2918425 or 15169491. OLE color: 15169491.

HSL color Cylindrical-coordinate representation of color #D377E7: hue angle of 289.29º 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 #D377E7 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 119 231 -
CMYK 0.09 0.48 0 0.09
HSL 289.29º 0.7% 0.69% -
HSV(B) 289.29º 0.48% 0.91% -
XYZ 47.88 32.81 79.41 -
YUV 159.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 211 119 231 0.09 0.48 0 0.09 289.29 0.7 0.69
Hex D3 77 E7 9 30 0 9 121 46 45
Octal 323 167 347 11 60 0 11 441 106 105
Binary 11010011 1110111 11100111 1001 110000 0 1001 100100001 1000110 1000101

Color Harmonies of #D377E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377E7

Black with #D377E7

Text Example


Text Example

White with #D377E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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