Html Css Color HEX #D680DE Orchid

📋 copy color: '#D680DE'

red 214 ◦ green 128 ◦ blue 222

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

Shades of Orchid #D680DE

Tints of Orchid #D680DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 37.94%
G = 22.7%
B = 39.36%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D680DE (or 0xD680DE) is known color: Orchid. HEX triplet: D6, 80 and DE. RGB value is (214,128,222). Sum of RGB (Red+Green+Blue) = 214+128+222=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #D680DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680DE is #297F21. Grayscale: #A4A4A4. Windows color (decimal): -2719522 or 14581974. OLE color: 14581974.

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

Color convert

RGB 214 128 222 -
CMYK 0.04 0.42 0 0.13
HSL 294.89º 0.59% 0.69% -
HSV(B) 294.89º 0.42% 0.87% -
XYZ 48.64 35.01 73.3 -
YUV 164.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 214 128 222 0.04 0.42 0 0.13 294.89 0.59 0.69
Hex D6 80 DE 4 2A 0 D 127 3B 45
Octal 326 200 336 4 52 0 15 447 73 105
Binary 11010110 10000000 11011110 100 101010 0 1101 100100111 111011 1000101

Color Harmonies of #D680DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680DE

Black with #D680DE

Text Example


Text Example

White with #D680DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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