Html Css Color HEX #D772C0 Orchid

📋 copy color: '#D772C0'

red 215 ◦ green 114 ◦ blue 192

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

Shades of Orchid #D772C0

Tints of Orchid #D772C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 41.27%
G = 21.88%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D772C0 (or 0xD772C0) is known color: Orchid. HEX triplet: D7, 72 and C0. RGB value is (215,114,192). Sum of RGB (Red+Green+Blue) = 215+114+192=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D772C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772C0 is #288D3F. Grayscale: #989898. Windows color (decimal): -2657600 or 12612311. OLE color: 12612311.

HSL color Cylindrical-coordinate representation of color #D772C0: hue angle of 313.66º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D772C0 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 114 192 -
CMYK 0 0.47 0.11 0.16
HSL 313.66º 0.56% 0.65% -
HSV(B) 313.66º 0.47% 0.84% -
XYZ 43.56 30.29 53.42 -
YUV 153.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 215 114 192 0 0.47 0.11 0.16 313.66 0.56 0.65
Hex D7 72 C0 0 2F B 10 13A 38 41
Octal 327 162 300 0 57 13 20 472 70 101
Binary 11010111 1110010 11000000 0 101111 1011 10000 100111010 111000 1000001

Color Harmonies of #D772C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772C0

Black with #D772C0

Text Example


Text Example

White with #D772C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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