Html Css Color HEX #D683DC Orchid

📋 copy color: '#D683DC'

red 214 ◦ green 131 ◦ blue 220

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

Shades of Orchid #D683DC

Tints of Orchid #D683DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 37.88%
G = 23.19%
B = 38.94%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D683DC (or 0xD683DC) is known color: Orchid. HEX triplet: D6, 83 and DC. RGB value is (214,131,220). Sum of RGB (Red+Green+Blue) = 214+131+220=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #D683DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683DC is #297C23. Grayscale: #A5A5A5. Windows color (decimal): -2718756 or 14451670. OLE color: 14451670.

HSL color Cylindrical-coordinate representation of color #D683DC: hue angle of 295.96º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D683DC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 131 220 -
CMYK 0.03 0.40 0 0.14
HSL 295.96º 0.56% 0.69% -
HSV(B) 295.96º 0.4% 0.86% -
XYZ 48.77 35.7 72.03 -
YUV 165.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 214 131 220 0.03 0.40 0 0.14 295.96 0.56 0.69
Hex D6 83 DC 3 28 0 E 128 38 45
Octal 326 203 334 3 50 0 16 450 70 105
Binary 11010110 10000011 11011100 11 101000 0 1110 100101000 111000 1000101

Color Harmonies of #D683DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683DC

Black with #D683DC

Text Example


Text Example

White with #D683DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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