Html Css Color HEX #D679CE Orchid

📋 copy color: '#D679CE'

red 214 ◦ green 121 ◦ blue 206

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

Shades of Orchid #D679CE

Tints of Orchid #D679CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.37%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 39.56%
G = 22.37%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D679CE (or 0xD679CE) is known color: Orchid. HEX triplet: D6, 79 and CE. RGB value is (214,121,206). Sum of RGB (Red+Green+Blue) = 214+121+206=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D679CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679CE is #298631. Grayscale: #9E9E9E. Windows color (decimal): -2721330 or 13531606. OLE color: 13531606.

HSL color Cylindrical-coordinate representation of color #D679CE: hue angle of 305.16º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D679CE is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 206 -
CMYK 0 0.43 0.04 0.16
HSL 305.16º 0.53% 0.66% -
HSV(B) 305.16º 0.43% 0.84% -
XYZ 45.71 32.43 62.24 -
YUV 158.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 214 121 206 0 0.43 0.04 0.16 305.16 0.53 0.66
Hex D6 79 CE 0 2B 4 10 131 35 42
Octal 326 171 316 0 53 4 20 461 65 102
Binary 11010110 1111001 11001110 0 101011 100 10000 100110001 110101 1000010

Color Harmonies of #D679CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679CE

Black with #D679CE

Text Example


Text Example

White with #D679CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679CE; }

 p { color: rgb(214,121,206); }

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

background-color css

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

 a { background-color: rgb(214,121,206); }

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

border-color css

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

 span { border-color: rgb(214,121,206); }

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