Html Css Color HEX #D280DA Orchid

📋 copy color: '#D280DA'

red 210 ◦ green 128 ◦ blue 218

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

Shades of Orchid #D280DA

Tints of Orchid #D280DA

RGB

 RED value IS 210 (82.42% from 255) = 37.77%

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

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

R = 37.77%
G = 23.02%
B = 39.21%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D280DA (or 0xD280DA) is known color: Orchid. HEX triplet: D2, 80 and DA. RGB value is (210,128,218). Sum of RGB (Red+Green+Blue) = 210+128+218=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #D280DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280DA is #2D7F25. Grayscale: #A2A2A2. Windows color (decimal): -2981670 or 14319826. OLE color: 14319826.

HSL color Cylindrical-coordinate representation of color #D280DA: hue angle of 294.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D280DA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 128 218 -
CMYK 0.04 0.41 0 0.15
HSL 294.67º 0.55% 0.68% -
HSV(B) 294.67º 0.41% 0.85% -
XYZ 46.95 34.2 70.46 -
YUV 162.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 210 128 218 0.04 0.41 0 0.15 294.67 0.55 0.68
Hex D2 80 DA 4 29 0 F 127 37 44
Octal 322 200 332 4 51 0 17 447 67 104
Binary 11010010 10000000 11011010 100 101001 0 1111 100100111 110111 1000100

Color Harmonies of #D280DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280DA

Black with #D280DA

Text Example


Text Example

White with #D280DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280DA; }

 p { color: rgb(210,128,218); }

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

background-color css

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

 a { background-color: rgb(210,128,218); }

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

border-color css

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

 span { border-color: rgb(210,128,218); }

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