Html Css Color HEX #D271B7 Orchid

📋 copy color: '#D271B7'

red 210 ◦ green 113 ◦ blue 183

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

Shades of Orchid #D271B7

Tints of Orchid #D271B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.33%

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 41.5%
G = 22.33%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D271B7 (or 0xD271B7) is known color: Orchid. HEX triplet: D2, 71 and B7. RGB value is (210,113,183). Sum of RGB (Red+Green+Blue) = 210+113+183=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D271B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271B7 is #2D8E48. Grayscale: #959595. Windows color (decimal): -2985545 or 12022226. OLE color: 12022226.

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

Color convert

RGB 210 113 183 -
CMYK 0 0.46 0.13 0.18
HSL 316.7º 0.52% 0.63% -
HSV(B) 316.7º 0.46% 0.82% -
XYZ 41.03 28.93 48.22 -
YUV 149.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 210 113 183 0 0.46 0.13 0.18 316.7 0.52 0.63
Hex D2 71 B7 0 2E D 12 13D 34 3F
Octal 322 161 267 0 56 15 22 475 64 77
Binary 11010010 1110001 10110111 0 101110 1101 10010 100111101 110100 111111

Color Harmonies of #D271B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271B7

Black with #D271B7

Text Example


Text Example

White with #D271B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271B7; }

 p { color: rgb(210,113,183); }

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

background-color css

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

 a { background-color: rgb(210,113,183); }

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

border-color css

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

 span { border-color: rgb(210,113,183); }

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