Html Css Color HEX #D679CF Orchid

📋 copy color: '#D679CF'

red 214 ◦ green 121 ◦ blue 207

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

Shades of Orchid #D679CF

Tints of Orchid #D679CF

RGB

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

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

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

R = 39.48%
G = 22.32%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D679CF (or 0xD679CF) is known color: Orchid. HEX triplet: D6, 79 and CF. RGB value is (214,121,207). Sum of RGB (Red+Green+Blue) = 214+121+207=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D679CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679CF is #298630. Grayscale: #9E9E9E. Windows color (decimal): -2721329 or 13597142. OLE color: 13597142.

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

Color convert

RGB 214 121 207 -
CMYK 0 0.43 0.03 0.16
HSL 304.52º 0.53% 0.66% -
HSV(B) 304.52º 0.43% 0.84% -
XYZ 45.83 32.48 62.88 -
YUV 158.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 214 121 207 0 0.43 0.03 0.16 304.52 0.53 0.66
Hex D6 79 CF 0 2B 3 10 131 35 42
Octal 326 171 317 0 53 3 20 461 65 102
Binary 11010110 1111001 11001111 0 101011 11 10000 100110001 110101 1000010

Color Harmonies of #D679CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679CF

Black with #D679CF

Text Example


Text Example

White with #D679CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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