Html Css Color HEX #D570E5 Orchid

📋 copy color: '#D570E5'

red 213 ◦ green 112 ◦ blue 229

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

Shades of Orchid #D570E5

Tints of Orchid #D570E5

RGB

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

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

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

R = 38.45%
G = 20.22%
B = 41.34%

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

#D570E5 (or 0xD570E5) is known color: Orchid. HEX triplet: D5, 70 and E5. RGB value is (213,112,229). Sum of RGB (Red+Green+Blue) = 213+112+229=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #D570E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570E5 is #2A8F1A. Grayscale: #9B9B9B. Windows color (decimal): -2789147 or 15036629. OLE color: 15036629.

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

Color convert

RGB 213 112 229 -
CMYK 0.07 0.51 0 0.10
HSL 291.79º 0.69% 0.67% -
HSV(B) 291.79º 0.51% 0.9% -
XYZ 47.38 31.39 77.69 -
YUV 155.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 213 112 229 0.07 0.51 0 0.10 291.79 0.69 0.67
Hex D5 70 E5 7 33 0 A 124 45 43
Octal 325 160 345 7 63 0 12 444 105 103
Binary 11010101 1110000 11100101 111 110011 0 1010 100100100 1000101 1000011

Color Harmonies of #D570E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570E5

Black with #D570E5

Text Example


Text Example

White with #D570E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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