Html Css Color HEX #D672D8 Orchid

📋 copy color: '#D672D8'

red 214 ◦ green 114 ◦ blue 216

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

Shades of Orchid #D672D8

Tints of Orchid #D672D8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.96%

 BLUE value IS 216 (84.77% from 255) = 39.71%

R = 39.34%
G = 20.96%
B = 39.71%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D672D8 (or 0xD672D8) is known color: Orchid. HEX triplet: D6, 72 and D8. RGB value is (214,114,216). Sum of RGB (Red+Green+Blue) = 214+114+216=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #D672D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672D8 is #298D27. Grayscale: #9B9B9B. Windows color (decimal): -2723112 or 14185174. OLE color: 14185174.

HSL color Cylindrical-coordinate representation of color #D672D8: hue angle of 298.82º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672D8 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 114 216 -
CMYK 0.01 0.47 0 0.15
HSL 298.82º 0.57% 0.65% -
HSV(B) 298.82º 0.47% 0.85% -
XYZ 46.14 31.29 68.57 -
YUV 155.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 214 114 216 0.01 0.47 0 0.15 298.82 0.57 0.65
Hex D6 72 D8 1 2F 0 F 12B 39 41
Octal 326 162 330 1 57 0 17 453 71 101
Binary 11010110 1110010 11011000 1 101111 0 1111 100101011 111001 1000001

Color Harmonies of #D672D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672D8

Black with #D672D8

Text Example


Text Example

White with #D672D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672D8; }

 p { color: rgb(214,114,216); }

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

background-color css

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

 a { background-color: rgb(214,114,216); }

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

border-color css

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

 span { border-color: rgb(214,114,216); }

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