Html Css Color HEX #D681D1 Orchid

📋 copy color: '#D681D1'

red 214 ◦ green 129 ◦ blue 209

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

Shades of Orchid #D681D1

Tints of Orchid #D681D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 38.77%
G = 23.37%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D681D1 (or 0xD681D1) is known color: Orchid. HEX triplet: D6, 81 and D1. RGB value is (214,129,209). Sum of RGB (Red+Green+Blue) = 214+129+209=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D681D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681D1 is #297E2E. Grayscale: #A3A3A3. Windows color (decimal): -2719279 or 13730262. OLE color: 13730262.

HSL color Cylindrical-coordinate representation of color #D681D1: hue angle of 303.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D681D1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 209 -
CMYK 0 0.40 0.02 0.16
HSL 303.53º 0.51% 0.67% -
HSV(B) 303.53º 0.4% 0.84% -
XYZ 47.09 34.6 64.52 -
YUV 163.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 214 129 209 0 0.40 0.02 0.16 303.53 0.51 0.67
Hex D6 81 D1 0 28 2 10 130 33 43
Octal 326 201 321 0 50 2 20 460 63 103
Binary 11010110 10000001 11010001 0 101000 10 10000 100110000 110011 1000011

Color Harmonies of #D681D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681D1

Black with #D681D1

Text Example


Text Example

White with #D681D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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