Html Css Color HEX #D872D4 Orchid

📋 copy color: '#D872D4'

red 216 ◦ green 114 ◦ blue 212

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

Shades of Orchid #D872D4

Tints of Orchid #D872D4

RGB

 RED value IS 216 (84.77% from 255) = 39.85%

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

 BLUE value IS 212 (83.2% from 255) = 39.11%

R = 39.85%
G = 21.03%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D872D4 (or 0xD872D4) is known color: Orchid. HEX triplet: D8, 72 and D4. RGB value is (216,114,212). Sum of RGB (Red+Green+Blue) = 216+114+212=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D872D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872D4 is #278D2B. Grayscale: #9B9B9B. Windows color (decimal): -2592044 or 13923032. OLE color: 13923032.

HSL color Cylindrical-coordinate representation of color #D872D4: hue angle of 302.35º 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 #D872D4 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 212 -
CMYK 0 0.47 0.02 0.15
HSL 302.35º 0.57% 0.65% -
HSV(B) 302.35º 0.47% 0.85% -
XYZ 46.22 31.39 65.91 -
YUV 155.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 216 114 212 0 0.47 0.02 0.15 302.35 0.57 0.65
Hex D8 72 D4 0 2F 2 F 12E 39 41
Octal 330 162 324 0 57 2 17 456 71 101
Binary 11011000 1110010 11010100 0 101111 10 1111 100101110 111001 1000001

Color Harmonies of #D872D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872D4

Black with #D872D4

Text Example


Text Example

White with #D872D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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