Html Css Color HEX #D685E1 Orchid

📋 copy color: '#D685E1'

red 214 ◦ green 133 ◦ blue 225

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

Shades of Orchid #D685E1

Tints of Orchid #D685E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.34%

R = 37.41%
G = 23.25%
B = 39.34%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D685E1 (or 0xD685E1) is known color: Orchid. HEX triplet: D6, 85 and E1. RGB value is (214,133,225). Sum of RGB (Red+Green+Blue) = 214+133+225=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #D685E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685E1 is #297A1E. Grayscale: #A7A7A7. Windows color (decimal): -2718239 or 14779862. OLE color: 14779862.

HSL color Cylindrical-coordinate representation of color #D685E1: hue angle of 292.83º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D685E1 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 133 225 -
CMYK 0.05 0.41 0 0.12
HSL 292.83º 0.61% 0.7% -
HSV(B) 292.83º 0.41% 0.88% -
XYZ 49.71 36.51 75.66 -
YUV 167.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 214 133 225 0.05 0.41 0 0.12 292.83 0.61 0.7
Hex D6 85 E1 5 29 0 C 125 3D 46
Octal 326 205 341 5 51 0 14 445 75 106
Binary 11010110 10000101 11100001 101 101001 0 1100 100100101 111101 1000110

Color Harmonies of #D685E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685E1

Black with #D685E1

Text Example


Text Example

White with #D685E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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