Html Css Color HEX #D676E6 Orchid

📋 copy color: '#D676E6'

red 214 ◦ green 118 ◦ blue 230

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

Shades of Orchid #D676E6

Tints of Orchid #D676E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 38.08%
G = 21%
B = 40.93%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D676E6 (or 0xD676E6) is known color: Orchid. HEX triplet: D6, 76 and E6. RGB value is (214,118,230). Sum of RGB (Red+Green+Blue) = 214+118+230=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #D676E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D676E6 is #298919. Grayscale: #9F9F9F. Windows color (decimal): -2722074 or 15103702. OLE color: 15103702.

HSL color Cylindrical-coordinate representation of color #D676E6: hue angle of 291.43º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D676E6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 118 230 -
CMYK 0.07 0.49 0 0.10
HSL 291.43º 0.69% 0.68% -
HSV(B) 291.43º 0.49% 0.9% -
XYZ 48.49 32.97 78.67 -
YUV 159.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 214 118 230 0.07 0.49 0 0.10 291.43 0.69 0.68
Hex D6 76 E6 7 31 0 A 123 45 44
Octal 326 166 346 7 61 0 12 443 105 104
Binary 11010110 1110110 11100110 111 110001 0 1010 100100011 1000101 1000100

Color Harmonies of #D676E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676E6

Black with #D676E6

Text Example


Text Example

White with #D676E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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