Html Css Color HEX #D271BE Orchid

📋 copy color: '#D271BE'

red 210 ◦ green 113 ◦ blue 190

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

Shades of Orchid #D271BE

Tints of Orchid #D271BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 40.94%
G = 22.03%
B = 37.04%

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

#D271BE (or 0xD271BE) is known color: Orchid. HEX triplet: D2, 71 and BE. RGB value is (210,113,190). Sum of RGB (Red+Green+Blue) = 210+113+190=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D271BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271BE is #2D8E41. Grayscale: #969696. Windows color (decimal): -2985538 or 12480978. OLE color: 12480978.

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

Color convert

RGB 210 113 190 -
CMYK 0 0.46 0.10 0.18
HSL 312.37º 0.52% 0.63% -
HSV(B) 312.37º 0.46% 0.82% -
XYZ 41.78 29.23 52.16 -
YUV 150.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 210 113 190 0 0.46 0.10 0.18 312.37 0.52 0.63
Hex D2 71 BE 0 2E A 12 138 34 3F
Octal 322 161 276 0 56 12 22 470 64 77
Binary 11010010 1110001 10111110 0 101110 1010 10010 100111000 110100 111111

Color Harmonies of #D271BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271BE

Black with #D271BE

Text Example


Text Example

White with #D271BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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