Html Css Color HEX #D679C3 Orchid

📋 copy color: '#D679C3'

red 214 ◦ green 121 ◦ blue 195

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

Shades of Orchid #D679C3

Tints of Orchid #D679C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.79%

R = 40.38%
G = 22.83%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D679C3 (or 0xD679C3) is known color: Orchid. HEX triplet: D6, 79 and C3. RGB value is (214,121,195). Sum of RGB (Red+Green+Blue) = 214+121+195=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D679C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679C3 is #29863C. Grayscale: #9D9D9D. Windows color (decimal): -2721341 or 12810710. OLE color: 12810710.

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

Color convert

RGB 214 121 195 -
CMYK 0 0.43 0.09 0.16
HSL 312.26º 0.53% 0.66% -
HSV(B) 312.26º 0.43% 0.84% -
XYZ 44.42 31.91 55.45 -
YUV 157.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 214 121 195 0 0.43 0.09 0.16 312.26 0.53 0.66
Hex D6 79 C3 0 2B 9 10 138 35 42
Octal 326 171 303 0 53 11 20 470 65 102
Binary 11010110 1111001 11000011 0 101011 1001 10000 100111000 110101 1000010

Color Harmonies of #D679C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679C3

Black with #D679C3

Text Example


Text Example

White with #D679C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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