Html Css Color HEX #D271D7 Orchid

📋 copy color: '#D271D7'

red 210 ◦ green 113 ◦ blue 215

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

Shades of Orchid #D271D7

Tints of Orchid #D271D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.96%

R = 39.03%
G = 21%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D271D7 (or 0xD271D7) is known color: Orchid. HEX triplet: D2, 71 and D7. RGB value is (210,113,215). Sum of RGB (Red+Green+Blue) = 210+113+215=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #D271D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271D7 is #2D8E28. Grayscale: #999999. Windows color (decimal): -2985513 or 14119378. OLE color: 14119378.

HSL color Cylindrical-coordinate representation of color #D271D7: hue angle of 297.06º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D271D7 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 113 215 -
CMYK 0.02 0.47 0 0.16
HSL 297.06º 0.56% 0.64% -
HSV(B) 297.06º 0.47% 0.84% -
XYZ 44.75 30.42 67.8 -
YUV 153.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 210 113 215 0.02 0.47 0 0.16 297.06 0.56 0.64
Hex D2 71 D7 2 2F 0 10 129 38 40
Octal 322 161 327 2 57 0 20 451 70 100
Binary 11010010 1110001 11010111 10 101111 0 10000 100101001 111000 1000000

Color Harmonies of #D271D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271D7

Black with #D271D7

Text Example


Text Example

White with #D271D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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