Html Css Color HEX #D271BB Orchid

📋 copy color: '#D271BB'

red 210 ◦ green 113 ◦ blue 187

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

Shades of Orchid #D271BB

Tints of Orchid #D271BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 41.18%
G = 22.16%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D271BB (or 0xD271BB) is known color: Orchid. HEX triplet: D2, 71 and BB. RGB value is (210,113,187). Sum of RGB (Red+Green+Blue) = 210+113+187=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D271BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271BB is #2D8E44. Grayscale: #969696. Windows color (decimal): -2985541 or 12284370. OLE color: 12284370.

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

Color convert

RGB 210 113 187 -
CMYK 0 0.46 0.11 0.18
HSL 314.23º 0.52% 0.63% -
HSV(B) 314.23º 0.46% 0.82% -
XYZ 41.45 29.1 50.45 -
YUV 150.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 210 113 187 0 0.46 0.11 0.18 314.23 0.52 0.63
Hex D2 71 BB 0 2E B 12 13A 34 3F
Octal 322 161 273 0 56 13 22 472 64 77
Binary 11010010 1110001 10111011 0 101110 1011 10010 100111010 110100 111111

Color Harmonies of #D271BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271BB

Black with #D271BB

Text Example


Text Example

White with #D271BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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