Html Css Color HEX #D676CC Orchid

📋 copy color: '#D676CC'

red 214 ◦ green 118 ◦ blue 204

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

Shades of Orchid #D676CC

Tints of Orchid #D676CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 39.93%
G = 22.01%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D676CC (or 0xD676CC) is known color: Orchid. HEX triplet: D6, 76 and CC. RGB value is (214,118,204). Sum of RGB (Red+Green+Blue) = 214+118+204=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D676CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676CC is #298933. Grayscale: #9C9C9C. Windows color (decimal): -2722100 or 13399766. OLE color: 13399766.

HSL color Cylindrical-coordinate representation of color #D676CC: hue angle of 306.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D676CC is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 204 -
CMYK 0 0.45 0.05 0.16
HSL 306.25º 0.54% 0.65% -
HSV(B) 306.25º 0.45% 0.84% -
XYZ 45.11 31.61 60.85 -
YUV 156.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 214 118 204 0 0.45 0.05 0.16 306.25 0.54 0.65
Hex D6 76 CC 0 2D 5 10 132 36 41
Octal 326 166 314 0 55 5 20 462 66 101
Binary 11010110 1110110 11001100 0 101101 101 10000 100110010 110110 1000001

Color Harmonies of #D676CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676CC

Black with #D676CC

Text Example


Text Example

White with #D676CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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