Html Css Color HEX #D271E5 Orchid

📋 copy color: '#D271E5'

red 210 ◦ green 113 ◦ blue 229

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

Shades of Orchid #D271E5

Tints of Orchid #D271E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 38.04%
G = 20.47%
B = 41.49%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D271E5 (or 0xD271E5) is known color: Orchid. HEX triplet: D2, 71 and E5. RGB value is (210,113,229). Sum of RGB (Red+Green+Blue) = 210+113+229=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #D271E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271E5 is #2D8E1A. Grayscale: #9A9A9A. Windows color (decimal): -2985499 or 15036882. OLE color: 15036882.

HSL color Cylindrical-coordinate representation of color #D271E5: hue angle of 290.17º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D271E5 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 113 229 -
CMYK 0.08 0.51 0 0.10
HSL 290.17º 0.69% 0.67% -
HSV(B) 290.17º 0.51% 0.9% -
XYZ 46.63 31.17 77.69 -
YUV 155.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 210 113 229 0.08 0.51 0 0.10 290.17 0.69 0.67
Hex D2 71 E5 8 33 0 A 122 45 43
Octal 322 161 345 10 63 0 12 442 105 103
Binary 11010010 1110001 11100101 1000 110011 0 1010 100100010 1000101 1000011

Color Harmonies of #D271E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271E5

Black with #D271E5

Text Example


Text Example

White with #D271E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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