Html Css Color HEX #D782DA Orchid

📋 copy color: '#D782DA'

red 215 ◦ green 130 ◦ blue 218

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

Shades of Orchid #D782DA

Tints of Orchid #D782DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.09%

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

R = 38.19%
G = 23.09%
B = 38.72%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D782DA (or 0xD782DA) is known color: Orchid. HEX triplet: D7, 82 and DA. RGB value is (215,130,218). Sum of RGB (Red+Green+Blue) = 215+130+218=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D782DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782DA is #287D25. Grayscale: #A5A5A5. Windows color (decimal): -2653478 or 14320343. OLE color: 14320343.

HSL color Cylindrical-coordinate representation of color #D782DA: hue angle of 297.95º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782DA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 130 218 -
CMYK 0.01 0.40 0 0.15
HSL 297.95º 0.54% 0.68% -
HSV(B) 297.95º 0.4% 0.85% -
XYZ 48.66 35.47 70.61 -
YUV 165.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 215 130 218 0.01 0.40 0 0.15 297.95 0.54 0.68
Hex D7 82 DA 1 28 0 F 12A 36 44
Octal 327 202 332 1 50 0 17 452 66 104
Binary 11010111 10000010 11011010 1 101000 0 1111 100101010 110110 1000100

Color Harmonies of #D782DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782DA

Black with #D782DA

Text Example


Text Example

White with #D782DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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