Html Css Color HEX #D772C3 Orchid

📋 copy color: '#D772C3'

red 215 ◦ green 114 ◦ blue 195

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

Shades of Orchid #D772C3

Tints of Orchid #D772C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.21%

R = 41.03%
G = 21.76%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D772C3 (or 0xD772C3) is known color: Orchid. HEX triplet: D7, 72 and C3. RGB value is (215,114,195). Sum of RGB (Red+Green+Blue) = 215+114+195=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D772C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772C3 is #288D3C. Grayscale: #999999. Windows color (decimal): -2657597 or 12808919. OLE color: 12808919.

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

Color convert

RGB 215 114 195 -
CMYK 0 0.47 0.09 0.16
HSL 311.88º 0.56% 0.65% -
HSV(B) 311.88º 0.47% 0.84% -
XYZ 43.89 30.42 55.19 -
YUV 153.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 215 114 195 0 0.47 0.09 0.16 311.88 0.56 0.65
Hex D7 72 C3 0 2F 9 10 138 38 41
Octal 327 162 303 0 57 11 20 470 70 101
Binary 11010111 1110010 11000011 0 101111 1001 10000 100111000 111000 1000001

Color Harmonies of #D772C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772C3

Black with #D772C3

Text Example


Text Example

White with #D772C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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