Html Css Color HEX #D681D7 Orchid

📋 copy color: '#D681D7'

red 214 ◦ green 129 ◦ blue 215

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

Shades of Orchid #D681D7

Tints of Orchid #D681D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.53%

R = 38.35%
G = 23.12%
B = 38.53%

CMYK

 C value IS 0.00

 M value IS 0.4

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D681D7 (or 0xD681D7) is known color: Orchid. HEX triplet: D6, 81 and D7. RGB value is (214,129,215). Sum of RGB (Red+Green+Blue) = 214+129+215=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #D681D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681D7 is #297E28. Grayscale: #A3A3A3. Windows color (decimal): -2719273 or 14123478. OLE color: 14123478.

HSL color Cylindrical-coordinate representation of color #D681D7: hue angle of 299.3º degrees, saturation: 0.52, 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 #D681D7 is Cyan = 0.00, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 215 -
CMYK 0.00 0.4 0 0.16
HSL 299.3º 0.52% 0.67% -
HSV(B) 299.3º 0.4% 0.84% -
XYZ 47.85 34.9 68.51 -
YUV 164.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 214 129 215 0.00 0.4 0 0.16 299.3 0.52 0.67
Hex D6 81 D7 0 28 0 10 12B 34 43
Octal 326 201 327 0 50 0 20 453 64 103
Binary 11010110 10000001 11010111 0 101000 0 10000 100101011 110100 1000011

Color Harmonies of #D681D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681D7

Black with #D681D7

Text Example


Text Example

White with #D681D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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