Html Css Color HEX #D271DA Orchid

📋 copy color: '#D271DA'

red 210 ◦ green 113 ◦ blue 218

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

Shades of Orchid #D271DA

Tints of Orchid #D271DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 38.82%
G = 20.89%
B = 40.3%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D271DA (or 0xD271DA) is known color: Orchid. HEX triplet: D2, 71 and DA. RGB value is (210,113,218). Sum of RGB (Red+Green+Blue) = 210+113+218=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D271DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271DA is #2D8E25. Grayscale: #999999. Windows color (decimal): -2985510 or 14315986. OLE color: 14315986.

HSL color Cylindrical-coordinate representation of color #D271DA: hue angle of 295.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D271DA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 113 218 -
CMYK 0.04 0.48 0 0.15
HSL 295.43º 0.59% 0.65% -
HSV(B) 295.43º 0.48% 0.85% -
XYZ 45.14 30.57 69.85 -
YUV 153.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 210 113 218 0.04 0.48 0 0.15 295.43 0.59 0.65
Hex D2 71 DA 4 30 0 F 127 3B 41
Octal 322 161 332 4 60 0 17 447 73 101
Binary 11010010 1110001 11011010 100 110000 0 1111 100100111 111011 1000001

Color Harmonies of #D271DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271DA

Black with #D271DA

Text Example


Text Example

White with #D271DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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