Html Css Color HEX #D570E8 Orchid

📋 copy color: '#D570E8'

red 213 ◦ green 112 ◦ blue 232

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

Shades of Orchid #D570E8

Tints of Orchid #D570E8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.11%

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

R = 38.24%
G = 20.11%
B = 41.65%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D570E8 (or 0xD570E8) is known color: Orchid. HEX triplet: D5, 70 and E8. RGB value is (213,112,232). Sum of RGB (Red+Green+Blue) = 213+112+232=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #D570E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570E8 is #2A8F17. Grayscale: #9B9B9B. Windows color (decimal): -2789144 or 15233237. OLE color: 15233237.

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

Color convert

RGB 213 112 232 -
CMYK 0.08 0.52 0 0.09
HSL 290.5º 0.72% 0.67% -
HSV(B) 290.5º 0.52% 0.91% -
XYZ 47.8 31.56 79.92 -
YUV 155.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 213 112 232 0.08 0.52 0 0.09 290.5 0.72 0.67
Hex D5 70 E8 8 34 0 9 122 48 43
Octal 325 160 350 10 64 0 11 442 110 103
Binary 11010101 1110000 11101000 1000 110100 0 1001 100100010 1001000 1000011

Color Harmonies of #D570E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570E8

Black with #D570E8

Text Example


Text Example

White with #D570E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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