Html Css Color HEX #D872D8 Orchid

📋 copy color: '#D872D8'

red 216 ◦ green 114 ◦ blue 216

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

Shades of Orchid #D872D8

Tints of Orchid #D872D8

RGB

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

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

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

R = 39.56%
G = 20.88%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D872D8 (or 0xD872D8) is known color: Orchid. HEX triplet: D8, 72 and D8. RGB value is (216,114,216). Sum of RGB (Red+Green+Blue) = 216+114+216=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D872D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872D8 is #278D27. Grayscale: #9B9B9B. Windows color (decimal): -2592040 or 14185176. OLE color: 14185176.

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

Color convert

RGB 216 114 216 -
CMYK 0 0.47 0 0.15
HSL 300º 0.57% 0.65% -
HSV(B) 300º 0.47% 0.85% -
XYZ 46.73 31.59 68.6 -
YUV 156.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 216 114 216 0 0.47 0 0.15 300 0.57 0.65
Hex D8 72 D8 0 2F 0 F 12C 39 41
Octal 330 162 330 0 57 0 17 454 71 101
Binary 11011000 1110010 11011000 0 101111 0 1111 100101100 111001 1000001

Color Harmonies of #D872D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872D8

Black with #D872D8

Text Example


Text Example

White with #D872D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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