Html Css Color HEX #D676E4 Orchid

📋 copy color: '#D676E4'

red 214 ◦ green 118 ◦ blue 228

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

Shades of Orchid #D676E4

Tints of Orchid #D676E4

RGB

 RED value IS 214 (83.98% from 255) = 38.21%

 GREEN value IS 118 (46.48% from 255) = 21.07%

 BLUE value IS 228 (89.45% from 255) = 40.71%

R = 38.21%
G = 21.07%
B = 40.71%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D676E4 (or 0xD676E4) is known color: Orchid. HEX triplet: D6, 76 and E4. RGB value is (214,118,228). Sum of RGB (Red+Green+Blue) = 214+118+228=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #D676E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676E4 is #29891B. Grayscale: #9E9E9E. Windows color (decimal): -2722076 or 14972630. OLE color: 14972630.

HSL color Cylindrical-coordinate representation of color #D676E4: hue angle of 292.36º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D676E4 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 118 228 -
CMYK 0.06 0.48 0 0.11
HSL 292.36º 0.67% 0.68% -
HSV(B) 292.36º 0.48% 0.89% -
XYZ 48.21 32.85 77.2 -
YUV 159.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 214 118 228 0.06 0.48 0 0.11 292.36 0.67 0.68
Hex D6 76 E4 6 30 0 B 124 43 44
Octal 326 166 344 6 60 0 13 444 103 104
Binary 11010110 1110110 11100100 110 110000 0 1011 100100100 1000011 1000100

Color Harmonies of #D676E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676E4

Black with #D676E4

Text Example


Text Example

White with #D676E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676E4; }

 p { color: rgb(214,118,228); }

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

background-color css

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

 a { background-color: rgb(214,118,228); }

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

border-color css

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

 span { border-color: rgb(214,118,228); }

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