Html Css Color HEX #D872CF Orchid

📋 copy color: '#D872CF'

red 216 ◦ green 114 ◦ blue 207

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

Shades of Orchid #D872CF

Tints of Orchid #D872CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 40.22%
G = 21.23%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D872CF (or 0xD872CF) is known color: Orchid. HEX triplet: D8, 72 and CF. RGB value is (216,114,207). Sum of RGB (Red+Green+Blue) = 216+114+207=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D872CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872CF is #278D30. Grayscale: #9A9A9A. Windows color (decimal): -2592049 or 13595352. OLE color: 13595352.

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

Color convert

RGB 216 114 207 -
CMYK 0 0.47 0.04 0.15
HSL 305.29º 0.57% 0.65% -
HSV(B) 305.29º 0.47% 0.85% -
XYZ 45.6 31.14 62.64 -
YUV 155.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 216 114 207 0 0.47 0.04 0.15 305.29 0.57 0.65
Hex D8 72 CF 0 2F 4 F 131 39 41
Octal 330 162 317 0 57 4 17 461 71 101
Binary 11011000 1110010 11001111 0 101111 100 1111 100110001 111001 1000001

Color Harmonies of #D872CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872CF

Black with #D872CF

Text Example


Text Example

White with #D872CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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