Html Css Color HEX #D683D8 Orchid

📋 copy color: '#D683D8'

red 214 ◦ green 131 ◦ blue 216

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

Shades of Orchid #D683D8

Tints of Orchid #D683D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 38.15%
G = 23.35%
B = 38.5%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D683D8 (or 0xD683D8) is known color: Orchid. HEX triplet: D6, 83 and D8. RGB value is (214,131,216). Sum of RGB (Red+Green+Blue) = 214+131+216=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #D683D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683D8 is #297C27. Grayscale: #A5A5A5. Windows color (decimal): -2718760 or 14189526. OLE color: 14189526.

HSL color Cylindrical-coordinate representation of color #D683D8: hue angle of 298.59º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D683D8 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 131 216 -
CMYK 0.01 0.39 0 0.15
HSL 298.59º 0.52% 0.68% -
HSV(B) 298.59º 0.39% 0.85% -
XYZ 48.24 35.49 69.27 -
YUV 165.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 214 131 216 0.01 0.39 0 0.15 298.59 0.52 0.68
Hex D6 83 D8 1 27 0 F 12B 34 44
Octal 326 203 330 1 47 0 17 453 64 104
Binary 11010110 10000011 11011000 1 100111 0 1111 100101011 110100 1000100

Color Harmonies of #D683D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683D8

Black with #D683D8

Text Example


Text Example

White with #D683D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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