Html Css Color HEX #D872C9 Orchid

📋 copy color: '#D872C9'

red 216 ◦ green 114 ◦ blue 201

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

Shades of Orchid #D872C9

Tints of Orchid #D872C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 40.68%
G = 21.47%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D872C9 (or 0xD872C9) is known color: Orchid. HEX triplet: D8, 72 and C9. RGB value is (216,114,201). Sum of RGB (Red+Green+Blue) = 216+114+201=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D872C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872C9 is #278D36. Grayscale: #9A9A9A. Windows color (decimal): -2592055 or 13202136. OLE color: 13202136.

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

Color convert

RGB 216 114 201 -
CMYK 0 0.47 0.07 0.15
HSL 308.82º 0.57% 0.65% -
HSV(B) 308.82º 0.47% 0.85% -
XYZ 44.88 30.85 58.85 -
YUV 154.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 216 114 201 0 0.47 0.07 0.15 308.82 0.57 0.65
Hex D8 72 C9 0 2F 7 F 135 39 41
Octal 330 162 311 0 57 7 17 465 71 101
Binary 11011000 1110010 11001001 0 101111 111 1111 100110101 111001 1000001

Color Harmonies of #D872C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872C9

Black with #D872C9

Text Example


Text Example

White with #D872C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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