Html Css Color HEX #D772D3 Orchid

📋 copy color: '#D772D3'

red 215 ◦ green 114 ◦ blue 211

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

Shades of Orchid #D772D3

Tints of Orchid #D772D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.07%

R = 39.81%
G = 21.11%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D772D3 (or 0xD772D3) is known color: Orchid. HEX triplet: D7, 72 and D3. RGB value is (215,114,211). Sum of RGB (Red+Green+Blue) = 215+114+211=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D772D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772D3 is #288D2C. Grayscale: #9A9A9A. Windows color (decimal): -2657581 or 13857495. OLE color: 13857495.

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

Color convert

RGB 215 114 211 -
CMYK 0 0.47 0.02 0.16
HSL 302.38º 0.56% 0.65% -
HSV(B) 302.38º 0.47% 0.84% -
XYZ 45.8 31.18 65.23 -
YUV 155.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 215 114 211 0 0.47 0.02 0.16 302.38 0.56 0.65
Hex D7 72 D3 0 2F 2 10 12E 38 41
Octal 327 162 323 0 57 2 20 456 70 101
Binary 11010111 1110010 11010011 0 101111 10 10000 100101110 111000 1000001

Color Harmonies of #D772D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772D3

Black with #D772D3

Text Example


Text Example

White with #D772D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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