Html Css Color HEX #D780CD Orchid

📋 copy color: '#D780CD'

red 215 ◦ green 128 ◦ blue 205

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

Shades of Orchid #D780CD

Tints of Orchid #D780CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.36%

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

R = 39.23%
G = 23.36%
B = 37.41%

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

#D780CD (or 0xD780CD) is known color: Orchid. HEX triplet: D7, 80 and CD. RGB value is (215,128,205). Sum of RGB (Red+Green+Blue) = 215+128+205=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D780CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780CD is #287F32. Grayscale: #A2A2A2. Windows color (decimal): -2654003 or 13467863. OLE color: 13467863.

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

Color convert

RGB 215 128 205 -
CMYK 0 0.40 0.05 0.16
HSL 306.9º 0.52% 0.67% -
HSV(B) 306.9º 0.4% 0.84% -
XYZ 46.76 34.29 61.91 -
YUV 162.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 215 128 205 0 0.40 0.05 0.16 306.9 0.52 0.67
Hex D7 80 CD 0 28 5 10 133 34 43
Octal 327 200 315 0 50 5 20 463 64 103
Binary 11010111 10000000 11001101 0 101000 101 10000 100110011 110100 1000011

Color Harmonies of #D780CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780CD

Black with #D780CD

Text Example


Text Example

White with #D780CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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