Html Css Color HEX #D780CA Orchid

📋 copy color: '#D780CA'

red 215 ◦ green 128 ◦ blue 202

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

Shades of Orchid #D780CA

Tints of Orchid #D780CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 39.45%
G = 23.49%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D780CA (or 0xD780CA) is known color: Orchid. HEX triplet: D7, 80 and CA. RGB value is (215,128,202). Sum of RGB (Red+Green+Blue) = 215+128+202=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D780CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780CA is #287F35. Grayscale: #A2A2A2. Windows color (decimal): -2654006 or 13271255. OLE color: 13271255.

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

Color convert

RGB 215 128 202 -
CMYK 0 0.40 0.06 0.16
HSL 308.97º 0.52% 0.67% -
HSV(B) 308.97º 0.4% 0.84% -
XYZ 46.4 34.15 60.02 -
YUV 162.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 215 128 202 0 0.40 0.06 0.16 308.97 0.52 0.67
Hex D7 80 CA 0 28 6 10 135 34 43
Octal 327 200 312 0 50 6 20 465 64 103
Binary 11010111 10000000 11001010 0 101000 110 10000 100110101 110100 1000011

Color Harmonies of #D780CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780CA

Black with #D780CA

Text Example


Text Example

White with #D780CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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