Html Css Color HEX #D683D5 Orchid

📋 copy color: '#D683D5'

red 214 ◦ green 131 ◦ blue 213

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

Shades of Orchid #D683D5

Tints of Orchid #D683D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.17%

R = 38.35%
G = 23.48%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D683D5 (or 0xD683D5) is known color: Orchid. HEX triplet: D6, 83 and D5. RGB value is (214,131,213). Sum of RGB (Red+Green+Blue) = 214+131+213=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D683D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683D5 is #297C2A. Grayscale: #A4A4A4. Windows color (decimal): -2718763 or 13992918. OLE color: 13992918.

HSL color Cylindrical-coordinate representation of color #D683D5: hue angle of 300.72º 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 #D683D5 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 213 -
CMYK 0 0.39 0.00 0.16
HSL 300.72º 0.5% 0.68% -
HSV(B) 300.72º 0.39% 0.84% -
XYZ 47.86 35.33 67.25 -
YUV 165.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 214 131 213 0 0.39 0.00 0.16 300.72 0.5 0.68
Hex D6 83 D5 0 27 0 10 12D 32 44
Octal 326 203 325 0 47 0 20 455 62 104
Binary 11010110 10000011 11010101 0 100111 0 10000 100101101 110010 1000100

Color Harmonies of #D683D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683D5

Black with #D683D5

Text Example


Text Example

White with #D683D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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