Html Css Color HEX #D685D6 Orchid

📋 copy color: '#D685D6'

red 214 ◦ green 133 ◦ blue 214

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

Shades of Orchid #D685D6

Tints of Orchid #D685D6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.71%

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 38.15%
G = 23.71%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D685D6 (or 0xD685D6) is known color: Orchid. HEX triplet: D6, 85 and D6. RGB value is (214,133,214). Sum of RGB (Red+Green+Blue) = 214+133+214=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D685D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685D6 is #297A29. Grayscale: #A6A6A6. Windows color (decimal): -2718250 or 14058966. OLE color: 14058966.

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

Color convert

RGB 214 133 214 -
CMYK 0 0.38 0 0.16
HSL 300º 0.5% 0.68% -
HSV(B) 300º 0.38% 0.84% -
XYZ 48.26 35.93 68.01 -
YUV 166.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 214 133 214 0 0.38 0 0.16 300 0.5 0.68
Hex D6 85 D6 0 26 0 10 12C 32 44
Octal 326 205 326 0 46 0 20 454 62 104
Binary 11010110 10000101 11010110 0 100110 0 10000 100101100 110010 1000100

Color Harmonies of #D685D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685D6

Black with #D685D6

Text Example


Text Example

White with #D685D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685D6; }

 p { color: rgb(214,133,214); }

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

background-color css

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

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

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

border-color css

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

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

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