Html Css Color HEX #D683D1 Orchid

📋 copy color: '#D683D1'

red 214 ◦ green 131 ◦ blue 209

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

Shades of Orchid #D683D1

Tints of Orchid #D683D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 38.63%
G = 23.65%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D683D1 (or 0xD683D1) is known color: Orchid. HEX triplet: D6, 83 and D1. RGB value is (214,131,209). Sum of RGB (Red+Green+Blue) = 214+131+209=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D683D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683D1 is #297C2E. Grayscale: #A4A4A4. Windows color (decimal): -2718767 or 13730774. OLE color: 13730774.

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

Color convert

RGB 214 131 209 -
CMYK 0 0.39 0.02 0.16
HSL 303.61º 0.5% 0.68% -
HSV(B) 303.61º 0.39% 0.84% -
XYZ 47.36 35.13 64.61 -
YUV 164.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 214 131 209 0 0.39 0.02 0.16 303.61 0.5 0.68
Hex D6 83 D1 0 27 2 10 130 32 44
Octal 326 203 321 0 47 2 20 460 62 104
Binary 11010110 10000011 11010001 0 100111 10 10000 100110000 110010 1000100

Color Harmonies of #D683D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683D1

Black with #D683D1

Text Example


Text Example

White with #D683D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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