Html Css Color HEX #D782CE Orchid

📋 copy color: '#D782CE'

red 215 ◦ green 130 ◦ blue 206

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

Shades of Orchid #D782CE

Tints of Orchid #D782CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 39.02%
G = 23.59%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D782CE (or 0xD782CE) is known color: Orchid. HEX triplet: D7, 82 and CE. RGB value is (215,130,206). Sum of RGB (Red+Green+Blue) = 215+130+206=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D782CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782CE is #287D31. Grayscale: #A3A3A3. Windows color (decimal): -2653490 or 13533911. OLE color: 13533911.

HSL color Cylindrical-coordinate representation of color #D782CE: hue angle of 306.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782CE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 206 -
CMYK 0 0.40 0.04 0.16
HSL 306.35º 0.52% 0.68% -
HSV(B) 306.35º 0.4% 0.84% -
XYZ 47.15 34.87 62.64 -
YUV 164.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 215 130 206 0 0.40 0.04 0.16 306.35 0.52 0.68
Hex D7 82 CE 0 28 4 10 132 34 44
Octal 327 202 316 0 50 4 20 462 64 104
Binary 11010111 10000010 11001110 0 101000 100 10000 100110010 110100 1000100

Color Harmonies of #D782CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782CE

Black with #D782CE

Text Example


Text Example

White with #D782CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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