Html Css Color HEX #D271BC Orchid

📋 copy color: '#D271BC'

red 210 ◦ green 113 ◦ blue 188

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

Shades of Orchid #D271BC

Tints of Orchid #D271BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 41.1%
G = 22.11%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D271BC (or 0xD271BC) is known color: Orchid. HEX triplet: D2, 71 and BC. RGB value is (210,113,188). Sum of RGB (Red+Green+Blue) = 210+113+188=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D271BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271BC is #2D8E43. Grayscale: #969696. Windows color (decimal): -2985540 or 12349906. OLE color: 12349906.

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

Color convert

RGB 210 113 188 -
CMYK 0 0.46 0.10 0.18
HSL 313.61º 0.52% 0.63% -
HSV(B) 313.61º 0.46% 0.82% -
XYZ 41.56 29.14 51.01 -
YUV 150.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 210 113 188 0 0.46 0.10 0.18 313.61 0.52 0.63
Hex D2 71 BC 0 2E A 12 13A 34 3F
Octal 322 161 274 0 56 12 22 472 64 77
Binary 11010010 1110001 10111100 0 101110 1010 10010 100111010 110100 111111

Color Harmonies of #D271BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271BC

Black with #D271BC

Text Example


Text Example

White with #D271BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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