Html Css Color HEX #D683DF Orchid

📋 copy color: '#D683DF'

red 214 ◦ green 131 ◦ blue 223

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

Shades of Orchid #D683DF

Tints of Orchid #D683DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.06%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 37.68%
G = 23.06%
B = 39.26%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D683DF (or 0xD683DF) is known color: Orchid. HEX triplet: D6, 83 and DF. RGB value is (214,131,223). Sum of RGB (Red+Green+Blue) = 214+131+223=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D683DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683DF is #297C20. Grayscale: #A6A6A6. Windows color (decimal): -2718753 or 14648278. OLE color: 14648278.

HSL color Cylindrical-coordinate representation of color #D683DF: hue angle of 294.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D683DF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 131 223 -
CMYK 0.04 0.41 0 0.13
HSL 294.13º 0.59% 0.69% -
HSV(B) 294.13º 0.41% 0.87% -
XYZ 49.17 35.86 74.14 -
YUV 166.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 214 131 223 0.04 0.41 0 0.13 294.13 0.59 0.69
Hex D6 83 DF 4 29 0 D 126 3B 45
Octal 326 203 337 4 51 0 15 446 73 105
Binary 11010110 10000011 11011111 100 101001 0 1101 100100110 111011 1000101

Color Harmonies of #D683DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683DF

Black with #D683DF

Text Example


Text Example

White with #D683DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683DF; }

 p { color: rgb(214,131,223); }

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

background-color css

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

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

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

border-color css

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

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

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