Html Css Color HEX #D872C5 Orchid

📋 copy color: '#D872C5'

red 216 ◦ green 114 ◦ blue 197

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

Shades of Orchid #D872C5

Tints of Orchid #D872C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 40.99%
G = 21.63%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D872C5 (or 0xD872C5) is known color: Orchid. HEX triplet: D8, 72 and C5. RGB value is (216,114,197). Sum of RGB (Red+Green+Blue) = 216+114+197=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D872C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872C5 is #278D3A. Grayscale: #999999. Windows color (decimal): -2592059 or 12939992. OLE color: 12939992.

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

Color convert

RGB 216 114 197 -
CMYK 0 0.47 0.09 0.15
HSL 311.18º 0.57% 0.65% -
HSV(B) 311.18º 0.47% 0.85% -
XYZ 44.41 30.66 56.4 -
YUV 153.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 216 114 197 0 0.47 0.09 0.15 311.18 0.57 0.65
Hex D8 72 C5 0 2F 9 F 137 39 41
Octal 330 162 305 0 57 11 17 467 71 101
Binary 11011000 1110010 11000101 0 101111 1001 1111 100110111 111001 1000001

Color Harmonies of #D872C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872C5

Black with #D872C5

Text Example


Text Example

White with #D872C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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