Html Css Color HEX #D271DC Orchid

📋 copy color: '#D271DC'

red 210 ◦ green 113 ◦ blue 220

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

Shades of Orchid #D271DC

Tints of Orchid #D271DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 38.67%
G = 20.81%
B = 40.52%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D271DC (or 0xD271DC) is known color: Orchid. HEX triplet: D2, 71 and DC. RGB value is (210,113,220). Sum of RGB (Red+Green+Blue) = 210+113+220=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #D271DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271DC is #2D8E23. Grayscale: #999999. Windows color (decimal): -2985508 or 14447058. OLE color: 14447058.

HSL color Cylindrical-coordinate representation of color #D271DC: hue angle of 294.39º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D271DC is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 113 220 -
CMYK 0.05 0.49 0 0.14
HSL 294.39º 0.6% 0.65% -
HSV(B) 294.39º 0.49% 0.86% -
XYZ 45.4 30.68 71.24 -
YUV 154.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 210 113 220 0.05 0.49 0 0.14 294.39 0.6 0.65
Hex D2 71 DC 5 31 0 E 126 3C 41
Octal 322 161 334 5 61 0 16 446 74 101
Binary 11010010 1110001 11011100 101 110001 0 1110 100100110 111100 1000001

Color Harmonies of #D271DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271DC

Black with #D271DC

Text Example


Text Example

White with #D271DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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