Html Css Color HEX #D782CD Orchid

📋 copy color: '#D782CD'

red 215 ◦ green 130 ◦ blue 205

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

Shades of Orchid #D782CD

Tints of Orchid #D782CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 39.09%
G = 23.64%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D782CD (or 0xD782CD) is known color: Orchid. HEX triplet: D7, 82 and CD. RGB value is (215,130,205). Sum of RGB (Red+Green+Blue) = 215+130+205=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D782CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782CD is #287D32. Grayscale: #A3A3A3. Windows color (decimal): -2653491 or 13468375. OLE color: 13468375.

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

Color convert

RGB 215 130 205 -
CMYK 0 0.40 0.05 0.16
HSL 307.06º 0.52% 0.68% -
HSV(B) 307.06º 0.4% 0.84% -
XYZ 47.03 34.82 62 -
YUV 163.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 215 130 205 0 0.40 0.05 0.16 307.06 0.52 0.68
Hex D7 82 CD 0 28 5 10 133 34 44
Octal 327 202 315 0 50 5 20 463 64 104
Binary 11010111 10000010 11001101 0 101000 101 10000 100110011 110100 1000100

Color Harmonies of #D782CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782CD

Black with #D782CD

Text Example


Text Example

White with #D782CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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