Html Css Color HEX #D872CC Orchid

📋 copy color: '#D872CC'

red 216 ◦ green 114 ◦ blue 204

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

Shades of Orchid #D872CC

Tints of Orchid #D872CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 40.45%
G = 21.35%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D872CC (or 0xD872CC) is known color: Orchid. HEX triplet: D8, 72 and CC. RGB value is (216,114,204). Sum of RGB (Red+Green+Blue) = 216+114+204=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D872CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872CC is #278D33. Grayscale: #9A9A9A. Windows color (decimal): -2592052 or 13398744. OLE color: 13398744.

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

Color convert

RGB 216 114 204 -
CMYK 0 0.47 0.06 0.15
HSL 307.06º 0.57% 0.65% -
HSV(B) 307.06º 0.47% 0.85% -
XYZ 45.24 30.99 60.72 -
YUV 154.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 216 114 204 0 0.47 0.06 0.15 307.06 0.57 0.65
Hex D8 72 CC 0 2F 6 F 133 39 41
Octal 330 162 314 0 57 6 17 463 71 101
Binary 11011000 1110010 11001100 0 101111 110 1111 100110011 111001 1000001

Color Harmonies of #D872CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872CC

Black with #D872CC

Text Example


Text Example

White with #D872CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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