Html Css Color HEX #D681D0 Orchid

📋 copy color: '#D681D0'

red 214 ◦ green 129 ◦ blue 208

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

Shades of Orchid #D681D0

Tints of Orchid #D681D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 38.84%
G = 23.41%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D681D0 (or 0xD681D0) is known color: Orchid. HEX triplet: D6, 81 and D0. RGB value is (214,129,208). Sum of RGB (Red+Green+Blue) = 214+129+208=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D681D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681D0 is #297E2F. Grayscale: #A3A3A3. Windows color (decimal): -2719280 or 13664726. OLE color: 13664726.

HSL color Cylindrical-coordinate representation of color #D681D0: hue angle of 304.24º 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 #D681D0 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 208 -
CMYK 0 0.40 0.03 0.16
HSL 304.24º 0.51% 0.67% -
HSV(B) 304.24º 0.4% 0.84% -
XYZ 46.97 34.55 63.87 -
YUV 163.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 214 129 208 0 0.40 0.03 0.16 304.24 0.51 0.67
Hex D6 81 D0 0 28 3 10 130 33 43
Octal 326 201 320 0 50 3 20 460 63 103
Binary 11010110 10000001 11010000 0 101000 11 10000 100110000 110011 1000011

Color Harmonies of #D681D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681D0

Black with #D681D0

Text Example


Text Example

White with #D681D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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