Html Css Color HEX #D572E8 Orchid

📋 copy color: '#D572E8'

red 213 ◦ green 114 ◦ blue 232

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

Shades of Orchid #D572E8

Tints of Orchid #D572E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.5%

R = 38.1%
G = 20.39%
B = 41.5%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D572E8 (or 0xD572E8) is known color: Orchid. HEX triplet: D5, 72 and E8. RGB value is (213,114,232). Sum of RGB (Red+Green+Blue) = 213+114+232=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #D572E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D572E8 is #2A8D17. Grayscale: #9C9C9C. Windows color (decimal): -2788632 or 15233749. OLE color: 15233749.

HSL color Cylindrical-coordinate representation of color #D572E8: hue angle of 290.34º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D572E8 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 114 232 -
CMYK 0.08 0.51 0 0.09
HSL 290.34º 0.72% 0.68% -
HSV(B) 290.34º 0.51% 0.91% -
XYZ 48.02 32.01 79.99 -
YUV 157.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 213 114 232 0.08 0.51 0 0.09 290.34 0.72 0.68
Hex D5 72 E8 8 33 0 9 122 48 44
Octal 325 162 350 10 63 0 11 442 110 104
Binary 11010101 1110010 11101000 1000 110011 0 1001 100100010 1001000 1000100

Color Harmonies of #D572E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572E8

Black with #D572E8

Text Example


Text Example

White with #D572E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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