Html Css Color HEX #D686C5 Orchid

📋 copy color: '#D686C5'

red 214 ◦ green 134 ◦ blue 197

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

Shades of Orchid #D686C5

Tints of Orchid #D686C5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.59%

 BLUE value IS 197 (77.34% from 255) = 36.15%

R = 39.27%
G = 24.59%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D686C5 (or 0xD686C5) is known color: Orchid. HEX triplet: D6, 86 and C5. RGB value is (214,134,197). Sum of RGB (Red+Green+Blue) = 214+134+197=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D686C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686C5 is #29793A. Grayscale: #A4A4A4. Windows color (decimal): -2718011 or 12945110. OLE color: 12945110.

HSL color Cylindrical-coordinate representation of color #D686C5: hue angle of 312.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D686C5 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 197 -
CMYK 0 0.37 0.08 0.16
HSL 312.75º 0.49% 0.68% -
HSV(B) 312.75º 0.37% 0.84% -
XYZ 46.33 35.38 57.21 -
YUV 165.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 214 134 197 0 0.37 0.08 0.16 312.75 0.49 0.68
Hex D6 86 C5 0 25 8 10 139 31 44
Octal 326 206 305 0 45 10 20 471 61 104
Binary 11010110 10000110 11000101 0 100101 1000 10000 100111001 110001 1000100

Color Harmonies of #D686C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686C5

Black with #D686C5

Text Example


Text Example

White with #D686C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686C5; }

 p { color: rgb(214,134,197); }

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

background-color css

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

 a { background-color: rgb(214,134,197); }

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

border-color css

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

 span { border-color: rgb(214,134,197); }

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