Html Css Color HEX #D772C1 Orchid

📋 copy color: '#D772C1'

red 215 ◦ green 114 ◦ blue 193

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

Shades of Orchid #D772C1

Tints of Orchid #D772C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.97%

R = 41.19%
G = 21.84%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D772C1 (or 0xD772C1) is known color: Orchid. HEX triplet: D7, 72 and C1. RGB value is (215,114,193). Sum of RGB (Red+Green+Blue) = 215+114+193=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D772C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772C1 is #288D3E. Grayscale: #989898. Windows color (decimal): -2657599 or 12677847. OLE color: 12677847.

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

Color convert

RGB 215 114 193 -
CMYK 0 0.47 0.10 0.16
HSL 313.07º 0.56% 0.65% -
HSV(B) 313.07º 0.47% 0.84% -
XYZ 43.67 30.33 54.01 -
YUV 153.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 215 114 193 0 0.47 0.10 0.16 313.07 0.56 0.65
Hex D7 72 C1 0 2F A 10 139 38 41
Octal 327 162 301 0 57 12 20 471 70 101
Binary 11010111 1110010 11000001 0 101111 1010 10000 100111001 111000 1000001

Color Harmonies of #D772C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772C1

Black with #D772C1

Text Example


Text Example

White with #D772C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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