Html Css Color HEX #D772C7 Orchid

📋 copy color: '#D772C7'

red 215 ◦ green 114 ◦ blue 199

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

Shades of Orchid #D772C7

Tints of Orchid #D772C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 40.72%
G = 21.59%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D772C7 (or 0xD772C7) is known color: Orchid. HEX triplet: D7, 72 and C7. RGB value is (215,114,199). Sum of RGB (Red+Green+Blue) = 215+114+199=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D772C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772C7 is #288D38. Grayscale: #999999. Windows color (decimal): -2657593 or 13071063. OLE color: 13071063.

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

Color convert

RGB 215 114 199 -
CMYK 0 0.47 0.07 0.16
HSL 309.5º 0.56% 0.65% -
HSV(B) 309.5º 0.47% 0.84% -
XYZ 44.35 30.61 57.6 -
YUV 153.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 215 114 199 0 0.47 0.07 0.16 309.5 0.56 0.65
Hex D7 72 C7 0 2F 7 10 136 38 41
Octal 327 162 307 0 57 7 20 466 70 101
Binary 11010111 1110010 11000111 0 101111 111 10000 100110110 111000 1000001

Color Harmonies of #D772C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772C7

Black with #D772C7

Text Example


Text Example

White with #D772C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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