Html Css Color HEX #D571E5 Orchid

📋 copy color: '#D571E5'

red 213 ◦ green 113 ◦ blue 229

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

Shades of Orchid #D571E5

Tints of Orchid #D571E5

RGB

 RED value IS 213 (83.59% from 255) = 38.38%

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

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

R = 38.38%
G = 20.36%
B = 41.26%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D571E5 (or 0xD571E5) is known color: Orchid. HEX triplet: D5, 71 and E5. RGB value is (213,113,229). Sum of RGB (Red+Green+Blue) = 213+113+229=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #D571E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571E5 is #2A8E1A. Grayscale: #9B9B9B. Windows color (decimal): -2788891 or 15036885. OLE color: 15036885.

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

Color convert

RGB 213 113 229 -
CMYK 0.07 0.51 0 0.10
HSL 291.72º 0.69% 0.67% -
HSV(B) 291.72º 0.51% 0.9% -
XYZ 47.49 31.61 77.73 -
YUV 156.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 213 113 229 0.07 0.51 0 0.10 291.72 0.69 0.67
Hex D5 71 E5 7 33 0 A 124 45 43
Octal 325 161 345 7 63 0 12 444 105 103
Binary 11010101 1110001 11100101 111 110011 0 1010 100100100 1000101 1000011

Color Harmonies of #D571E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571E5

Black with #D571E5

Text Example


Text Example

White with #D571E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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