Html Css Color HEX #D772DA Orchid

📋 copy color: '#D772DA'

red 215 ◦ green 114 ◦ blue 218

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

Shades of Orchid #D772DA

Tints of Orchid #D772DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 39.31%
G = 20.84%
B = 39.85%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D772DA (or 0xD772DA) is known color: Orchid. HEX triplet: D7, 72 and DA. RGB value is (215,114,218). Sum of RGB (Red+Green+Blue) = 215+114+218=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D772DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772DA is #288D25. Grayscale: #9B9B9B. Windows color (decimal): -2657574 or 14316247. OLE color: 14316247.

HSL color Cylindrical-coordinate representation of color #D772DA: hue angle of 298.27º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D772DA is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 114 218 -
CMYK 0.01 0.48 0 0.15
HSL 298.27º 0.58% 0.65% -
HSV(B) 298.27º 0.48% 0.85% -
XYZ 46.7 31.54 69.96 -
YUV 156.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 215 114 218 0.01 0.48 0 0.15 298.27 0.58 0.65
Hex D7 72 DA 1 30 0 F 12A 3A 41
Octal 327 162 332 1 60 0 17 452 72 101
Binary 11010111 1110010 11011010 1 110000 0 1111 100101010 111010 1000001

Color Harmonies of #D772DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772DA

Black with #D772DA

Text Example


Text Example

White with #D772DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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