Html Css Color HEX #D676E8 Orchid

📋 copy color: '#D676E8'

red 214 ◦ green 118 ◦ blue 232

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

Shades of Orchid #D676E8

Tints of Orchid #D676E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.13%

R = 37.94%
G = 20.92%
B = 41.13%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D676E8 (or 0xD676E8) is known color: Orchid. HEX triplet: D6, 76 and E8. RGB value is (214,118,232). Sum of RGB (Red+Green+Blue) = 214+118+232=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #D676E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D676E8 is #298917. Grayscale: #9F9F9F. Windows color (decimal): -2722072 or 15234774. OLE color: 15234774.

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

Color convert

RGB 214 118 232 -
CMYK 0.08 0.49 0 0.09
HSL 290.53º 0.71% 0.69% -
HSV(B) 290.53º 0.49% 0.91% -
XYZ 48.78 33.08 80.16 -
YUV 159.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 214 118 232 0.08 0.49 0 0.09 290.53 0.71 0.69
Hex D6 76 E8 8 31 0 9 123 47 45
Octal 326 166 350 10 61 0 11 443 107 105
Binary 11010110 1110110 11101000 1000 110001 0 1001 100100011 1000111 1000101

Color Harmonies of #D676E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676E8

Black with #D676E8

Text Example


Text Example

White with #D676E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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