Html Css Color HEX #D273B5 Orchid

📋 copy color: '#D273B5'

red 210 ◦ green 115 ◦ blue 181

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

Shades of Orchid #D273B5

Tints of Orchid #D273B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.77%

R = 41.5%
G = 22.73%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D273B5 (or 0xD273B5) is known color: Orchid. HEX triplet: D2, 73 and B5. RGB value is (210,115,181). Sum of RGB (Red+Green+Blue) = 210+115+181=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D273B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273B5 is #2D8C4A. Grayscale: #969696. Windows color (decimal): -2985035 or 11891666. OLE color: 11891666.

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

Color convert

RGB 210 115 181 -
CMYK 0 0.45 0.14 0.18
HSL 318.32º 0.51% 0.64% -
HSV(B) 318.32º 0.45% 0.82% -
XYZ 41.05 29.3 47.21 -
YUV 150.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 210 115 181 0 0.45 0.14 0.18 318.32 0.51 0.64
Hex D2 73 B5 0 2D E 12 13E 33 40
Octal 322 163 265 0 55 16 22 476 63 100
Binary 11010010 1110011 10110101 0 101101 1110 10010 100111110 110011 1000000

Color Harmonies of #D273B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273B5

Black with #D273B5

Text Example


Text Example

White with #D273B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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