Html Css Color HEX #D772DC Orchid

📋 copy color: '#D772DC'

red 215 ◦ green 114 ◦ blue 220

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

Shades of Orchid #D772DC

Tints of Orchid #D772DC

RGB

 RED value IS 215 (84.38% from 255) = 39.16%

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 39.16%
G = 20.77%
B = 40.07%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D772DC (or 0xD772DC) is known color: Orchid. HEX triplet: D7, 72 and DC. RGB value is (215,114,220). Sum of RGB (Red+Green+Blue) = 215+114+220=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #D772DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772DC is #288D23. Grayscale: #9B9B9B. Windows color (decimal): -2657572 or 14447319. OLE color: 14447319.

HSL color Cylindrical-coordinate representation of color #D772DC: hue angle of 297.17º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D772DC is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 114 220 -
CMYK 0.02 0.48 0 0.14
HSL 297.17º 0.6% 0.65% -
HSV(B) 297.17º 0.48% 0.86% -
XYZ 46.96 31.65 71.34 -
YUV 156.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 215 114 220 0.02 0.48 0 0.14 297.17 0.6 0.65
Hex D7 72 DC 2 30 0 E 129 3C 41
Octal 327 162 334 2 60 0 16 451 74 101
Binary 11010111 1110010 11011100 10 110000 0 1110 100101001 111100 1000001

Color Harmonies of #D772DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772DC

Black with #D772DC

Text Example


Text Example

White with #D772DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772DC; }

 p { color: rgb(215,114,220); }

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

background-color css

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

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

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

border-color css

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

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

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