Html Css Color HEX #D572E5 Orchid

📋 copy color: '#D572E5'

red 213 ◦ green 114 ◦ blue 229

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

Shades of Orchid #D572E5

Tints of Orchid #D572E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.5%

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

R = 38.31%
G = 20.5%
B = 41.19%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D572E5 (or 0xD572E5) is known color: Orchid. HEX triplet: D5, 72 and E5. RGB value is (213,114,229). Sum of RGB (Red+Green+Blue) = 213+114+229=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #D572E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572E5 is #2A8D1A. Grayscale: #9C9C9C. Windows color (decimal): -2788635 or 15037141. OLE color: 15037141.

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

Color convert

RGB 213 114 229 -
CMYK 0.07 0.50 0 0.10
HSL 291.65º 0.69% 0.67% -
HSV(B) 291.65º 0.5% 0.9% -
XYZ 47.6 31.84 77.77 -
YUV 156.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 213 114 229 0.07 0.50 0 0.10 291.65 0.69 0.67
Hex D5 72 E5 7 32 0 A 124 45 43
Octal 325 162 345 7 62 0 12 444 105 103
Binary 11010101 1110010 11100101 111 110010 0 1010 100100100 1000101 1000011

Color Harmonies of #D572E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572E5

Black with #D572E5

Text Example


Text Example

White with #D572E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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