Html Css Color HEX #D280C9 Orchid

📋 copy color: '#D280C9'

red 210 ◦ green 128 ◦ blue 201

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

Shades of Orchid #D280C9

Tints of Orchid #D280C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 38.96%
G = 23.75%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D280C9 (or 0xD280C9) is known color: Orchid. HEX triplet: D2, 80 and C9. RGB value is (210,128,201). Sum of RGB (Red+Green+Blue) = 210+128+201=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D280C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280C9 is #2D7F36. Grayscale: #A0A0A0. Windows color (decimal): -2981687 or 13205714. OLE color: 13205714.

HSL color Cylindrical-coordinate representation of color #D280C9: hue angle of 306.59º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280C9 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 201 -
CMYK 0 0.39 0.04 0.18
HSL 306.59º 0.48% 0.66% -
HSV(B) 306.59º 0.39% 0.82% -
XYZ 44.84 33.36 59.33 -
YUV 160.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 210 128 201 0 0.39 0.04 0.18 306.59 0.48 0.66
Hex D2 80 C9 0 27 4 12 133 30 42
Octal 322 200 311 0 47 4 22 463 60 102
Binary 11010010 10000000 11001001 0 100111 100 10010 100110011 110000 1000010

Color Harmonies of #D280C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280C9

Black with #D280C9

Text Example


Text Example

White with #D280C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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