Html Css Color HEX #D772D5 Orchid

📋 copy color: '#D772D5'

red 215 ◦ green 114 ◦ blue 213

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

Shades of Orchid #D772D5

Tints of Orchid #D772D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.3%

R = 39.67%
G = 21.03%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D772D5 (or 0xD772D5) is known color: Orchid. HEX triplet: D7, 72 and D5. RGB value is (215,114,213). Sum of RGB (Red+Green+Blue) = 215+114+213=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D772D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772D5 is #288D2A. Grayscale: #9B9B9B. Windows color (decimal): -2657579 or 13988567. OLE color: 13988567.

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

Color convert

RGB 215 114 213 -
CMYK 0 0.47 0.01 0.16
HSL 301.19º 0.56% 0.65% -
HSV(B) 301.19º 0.47% 0.84% -
XYZ 46.05 31.29 66.56 -
YUV 155.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 215 114 213 0 0.47 0.01 0.16 301.19 0.56 0.65
Hex D7 72 D5 0 2F 1 10 12D 38 41
Octal 327 162 325 0 57 1 20 455 70 101
Binary 11010111 1110010 11010101 0 101111 1 10000 100101101 111000 1000001

Color Harmonies of #D772D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772D5

Black with #D772D5

Text Example


Text Example

White with #D772D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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