Html Css Color HEX #D676CF Orchid

📋 copy color: '#D676CF'

red 214 ◦ green 118 ◦ blue 207

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

Shades of Orchid #D676CF

Tints of Orchid #D676CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 39.7%
G = 21.89%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D676CF (or 0xD676CF) is known color: Orchid. HEX triplet: D6, 76 and CF. RGB value is (214,118,207). Sum of RGB (Red+Green+Blue) = 214+118+207=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D676CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676CF is #298930. Grayscale: #9C9C9C. Windows color (decimal): -2722097 or 13596374. OLE color: 13596374.

HSL color Cylindrical-coordinate representation of color #D676CF: hue angle of 304.38º 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 #D676CF is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 207 -
CMYK 0 0.45 0.03 0.16
HSL 304.38º 0.54% 0.65% -
HSV(B) 304.38º 0.45% 0.84% -
XYZ 45.47 31.76 62.76 -
YUV 156.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 214 118 207 0 0.45 0.03 0.16 304.38 0.54 0.65
Hex D6 76 CF 0 2D 3 10 130 36 41
Octal 326 166 317 0 55 3 20 460 66 101
Binary 11010110 1110110 11001111 0 101101 11 10000 100110000 110110 1000001

Color Harmonies of #D676CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676CF

Black with #D676CF

Text Example


Text Example

White with #D676CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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