Html Css Color HEX #D686CF Orchid

📋 copy color: '#D686CF'

red 214 ◦ green 134 ◦ blue 207

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

Shades of Orchid #D686CF

Tints of Orchid #D686CF

RGB

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

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

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

R = 38.56%
G = 24.14%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D686CF (or 0xD686CF) is known color: Orchid. HEX triplet: D6, 86 and CF. RGB value is (214,134,207). Sum of RGB (Red+Green+Blue) = 214+134+207=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D686CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686CF is #297930. Grayscale: #A6A6A6. Windows color (decimal): -2718001 or 13600470. OLE color: 13600470.

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

Color convert

RGB 214 134 207 -
CMYK 0 0.37 0.03 0.16
HSL 305.25º 0.49% 0.68% -
HSV(B) 305.25º 0.37% 0.84% -
XYZ 47.52 35.85 63.45 -
YUV 166.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 214 134 207 0 0.37 0.03 0.16 305.25 0.49 0.68
Hex D6 86 CF 0 25 3 10 131 31 44
Octal 326 206 317 0 45 3 20 461 61 104
Binary 11010110 10000110 11001111 0 100101 11 10000 100110001 110001 1000100

Color Harmonies of #D686CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686CF

Black with #D686CF

Text Example


Text Example

White with #D686CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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