Html Css Color HEX #D685DE Orchid

📋 copy color: '#D685DE'

red 214 ◦ green 133 ◦ blue 222

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

Shades of Orchid #D685DE

Tints of Orchid #D685DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 37.61%
G = 23.37%
B = 39.02%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D685DE (or 0xD685DE) is known color: Orchid. HEX triplet: D6, 85 and DE. RGB value is (214,133,222). Sum of RGB (Red+Green+Blue) = 214+133+222=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #D685DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685DE is #297A21. Grayscale: #A7A7A7. Windows color (decimal): -2718242 or 14583254. OLE color: 14583254.

HSL color Cylindrical-coordinate representation of color #D685DE: hue angle of 294.61º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D685DE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 133 222 -
CMYK 0.04 0.40 0 0.13
HSL 294.61º 0.57% 0.7% -
HSV(B) 294.61º 0.4% 0.87% -
XYZ 49.3 36.35 73.52 -
YUV 167.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 214 133 222 0.04 0.40 0 0.13 294.61 0.57 0.7
Hex D6 85 DE 4 28 0 D 127 39 46
Octal 326 205 336 4 50 0 15 447 71 106
Binary 11010110 10000101 11011110 100 101000 0 1101 100100111 111001 1000110

Color Harmonies of #D685DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685DE

Black with #D685DE

Text Example


Text Example

White with #D685DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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