Html Css Color HEX #D683D0 Orchid

📋 copy color: '#D683D0'

red 214 ◦ green 131 ◦ blue 208

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

Shades of Orchid #D683D0

Tints of Orchid #D683D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 38.7%
G = 23.69%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D683D0 (or 0xD683D0) is known color: Orchid. HEX triplet: D6, 83 and D0. RGB value is (214,131,208). Sum of RGB (Red+Green+Blue) = 214+131+208=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D683D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683D0 is #297C2F. Grayscale: #A4A4A4. Windows color (decimal): -2718768 or 13665238. OLE color: 13665238.

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

Color convert

RGB 214 131 208 -
CMYK 0 0.39 0.03 0.16
HSL 304.34º 0.5% 0.68% -
HSV(B) 304.34º 0.39% 0.84% -
XYZ 47.23 35.08 63.96 -
YUV 164.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 214 131 208 0 0.39 0.03 0.16 304.34 0.5 0.68
Hex D6 83 D0 0 27 3 10 130 32 44
Octal 326 203 320 0 47 3 20 460 62 104
Binary 11010110 10000011 11010000 0 100111 11 10000 100110000 110010 1000100

Color Harmonies of #D683D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683D0

Black with #D683D0

Text Example


Text Example

White with #D683D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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