Html Css Color HEX #D686C9 Orchid

📋 copy color: '#D686C9'

red 214 ◦ green 134 ◦ blue 201

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

Shades of Orchid #D686C9

Tints of Orchid #D686C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 38.98%
G = 24.41%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D686C9 (or 0xD686C9) is known color: Orchid. HEX triplet: D6, 86 and C9. RGB value is (214,134,201). Sum of RGB (Red+Green+Blue) = 214+134+201=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D686C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686C9 is #297936. Grayscale: #A5A5A5. Windows color (decimal): -2718007 or 13207254. OLE color: 13207254.

HSL color Cylindrical-coordinate representation of color #D686C9: hue angle of 309.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 #D686C9 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 201 -
CMYK 0 0.37 0.06 0.16
HSL 309.75º 0.49% 0.68% -
HSV(B) 309.75º 0.37% 0.84% -
XYZ 46.8 35.56 59.66 -
YUV 165.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 214 134 201 0 0.37 0.06 0.16 309.75 0.49 0.68
Hex D6 86 C9 0 25 6 10 136 31 44
Octal 326 206 311 0 45 6 20 466 61 104
Binary 11010110 10000110 11001001 0 100101 110 10000 100110110 110001 1000100

Color Harmonies of #D686C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686C9

Black with #D686C9

Text Example


Text Example

White with #D686C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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