Html Css Color HEX #D273B6 Orchid

📋 copy color: '#D273B6'

red 210 ◦ green 115 ◦ blue 182

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

Shades of Orchid #D273B6

Tints of Orchid #D273B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.68%

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 41.42%
G = 22.68%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D273B6 (or 0xD273B6) is known color: Orchid. HEX triplet: D2, 73 and B6. RGB value is (210,115,182). Sum of RGB (Red+Green+Blue) = 210+115+182=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D273B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273B6 is #2D8C49. Grayscale: #969696. Windows color (decimal): -2985034 or 11957202. OLE color: 11957202.

HSL color Cylindrical-coordinate representation of color #D273B6: hue angle of 317.68º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D273B6 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 182 -
CMYK 0 0.45 0.13 0.18
HSL 317.68º 0.51% 0.64% -
HSV(B) 317.68º 0.45% 0.82% -
XYZ 41.15 29.34 47.75 -
YUV 151.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 210 115 182 0 0.45 0.13 0.18 317.68 0.51 0.64
Hex D2 73 B6 0 2D D 12 13E 33 40
Octal 322 163 266 0 55 15 22 476 63 100
Binary 11010010 1110011 10110110 0 101101 1101 10010 100111110 110011 1000000

Color Harmonies of #D273B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273B6

Black with #D273B6

Text Example


Text Example

White with #D273B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273B6; }

 p { color: rgb(210,115,182); }

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

background-color css

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

 a { background-color: rgb(210,115,182); }

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

border-color css

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

 span { border-color: rgb(210,115,182); }

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