Html Css Color HEX #D280C1 Orchid

📋 copy color: '#D280C1'

red 210 ◦ green 128 ◦ blue 193

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

Shades of Orchid #D280C1

Tints of Orchid #D280C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.35%

R = 39.55%
G = 24.11%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D280C1 (or 0xD280C1) is known color: Orchid. HEX triplet: D2, 80 and C1. RGB value is (210,128,193). Sum of RGB (Red+Green+Blue) = 210+128+193=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D280C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280C1 is #2D7F3E. Grayscale: #9F9F9F. Windows color (decimal): -2981695 or 12681426. OLE color: 12681426.

HSL color Cylindrical-coordinate representation of color #D280C1: hue angle of 312.44º 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 #D280C1 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 193 -
CMYK 0 0.39 0.08 0.18
HSL 312.44º 0.48% 0.66% -
HSV(B) 312.44º 0.39% 0.82% -
XYZ 43.92 32.99 54.5 -
YUV 159.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 210 128 193 0 0.39 0.08 0.18 312.44 0.48 0.66
Hex D2 80 C1 0 27 8 12 138 30 42
Octal 322 200 301 0 47 10 22 470 60 102
Binary 11010010 10000000 11000001 0 100111 1000 10010 100111000 110000 1000010

Color Harmonies of #D280C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280C1

Black with #D280C1

Text Example


Text Example

White with #D280C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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