Html Css Color HEX #D280CE Orchid

📋 copy color: '#D280CE'

red 210 ◦ green 128 ◦ blue 206

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

Shades of Orchid #D280CE

Tints of Orchid #D280CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 38.6%
G = 23.53%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D280CE (or 0xD280CE) is known color: Orchid. HEX triplet: D2, 80 and CE. RGB value is (210,128,206). Sum of RGB (Red+Green+Blue) = 210+128+206=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D280CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280CE is #2D7F31. Grayscale: #A1A1A1. Windows color (decimal): -2981682 or 13533394. OLE color: 13533394.

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

Color convert

RGB 210 128 206 -
CMYK 0 0.39 0.02 0.18
HSL 302.93º 0.48% 0.66% -
HSV(B) 302.93º 0.39% 0.82% -
XYZ 45.44 33.6 62.48 -
YUV 161.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 210 128 206 0 0.39 0.02 0.18 302.93 0.48 0.66
Hex D2 80 CE 0 27 2 12 12F 30 42
Octal 322 200 316 0 47 2 22 457 60 102
Binary 11010010 10000000 11001110 0 100111 10 10010 100101111 110000 1000010

Color Harmonies of #D280CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280CE

Black with #D280CE

Text Example


Text Example

White with #D280CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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