Html Css Color HEX #D681DC Orchid

📋 copy color: '#D681DC'

red 214 ◦ green 129 ◦ blue 220

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

Shades of Orchid #D681DC

Tints of Orchid #D681DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.91%

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

R = 38.01%
G = 22.91%
B = 39.08%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D681DC (or 0xD681DC) is known color: Orchid. HEX triplet: D6, 81 and DC. RGB value is (214,129,220). Sum of RGB (Red+Green+Blue) = 214+129+220=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D681DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681DC is #297E23. Grayscale: #A4A4A4. Windows color (decimal): -2719268 or 14451158. OLE color: 14451158.

HSL color Cylindrical-coordinate representation of color #D681DC: hue angle of 296.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D681DC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 129 220 -
CMYK 0.03 0.41 0 0.14
HSL 296.04º 0.57% 0.68% -
HSV(B) 296.04º 0.41% 0.86% -
XYZ 48.5 35.16 71.94 -
YUV 164.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 214 129 220 0.03 0.41 0 0.14 296.04 0.57 0.68
Hex D6 81 DC 3 29 0 E 128 39 44
Octal 326 201 334 3 51 0 16 450 71 104
Binary 11010110 10000001 11011100 11 101001 0 1110 100101000 111001 1000100

Color Harmonies of #D681DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681DC

Black with #D681DC

Text Example


Text Example

White with #D681DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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