Html Css Color HEX #D680DD Orchid

📋 copy color: '#D680DD'

red 214 ◦ green 128 ◦ blue 221

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

Shades of Orchid #D680DD

Tints of Orchid #D680DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.74%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 38.01%
G = 22.74%
B = 39.25%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D680DD (or 0xD680DD) is known color: Orchid. HEX triplet: D6, 80 and DD. RGB value is (214,128,221). Sum of RGB (Red+Green+Blue) = 214+128+221=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D680DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680DD is #297F22. Grayscale: #A4A4A4. Windows color (decimal): -2719523 or 14516438. OLE color: 14516438.

HSL color Cylindrical-coordinate representation of color #D680DD: hue angle of 295.48º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D680DD is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 128 221 -
CMYK 0.03 0.42 0 0.13
HSL 295.48º 0.58% 0.68% -
HSV(B) 295.48º 0.42% 0.87% -
XYZ 48.5 34.95 72.6 -
YUV 164.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 214 128 221 0.03 0.42 0 0.13 295.48 0.58 0.68
Hex D6 80 DD 3 2A 0 D 127 3A 44
Octal 326 200 335 3 52 0 15 447 72 104
Binary 11010110 10000000 11011101 11 101010 0 1101 100100111 111010 1000100

Color Harmonies of #D680DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680DD

Black with #D680DD

Text Example


Text Example

White with #D680DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680DD; }

 p { color: rgb(214,128,221); }

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

background-color css

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

 a { background-color: rgb(214,128,221); }

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

border-color css

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

 span { border-color: rgb(214,128,221); }

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