Html Css Color HEX #D57FD4 Orchid

📋 copy color: '#D57FD4'

red 213 ◦ green 127 ◦ blue 212

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

Shades of Orchid #D57FD4

Tints of Orchid #D57FD4

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

 BLUE value IS 212 (83.2% from 255) = 38.41%

R = 38.59%
G = 23.01%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D57FD4 (or 0xD57FD4) is known color: Orchid. HEX triplet: D5, 7F and D4. RGB value is (213,127,212). Sum of RGB (Red+Green+Blue) = 213+127+212=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FD4 is #2A802B. Grayscale: #A2A2A2. Windows color (decimal): -2785324 or 13926357. OLE color: 13926357.

HSL color Cylindrical-coordinate representation of color #D57FD4: hue angle of 300.7º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FD4 is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 212 -
CMYK 0 0.40 0.00 0.16
HSL 300.7º 0.51% 0.67% -
HSV(B) 300.7º 0.4% 0.84% -
XYZ 46.91 34.08 66.39 -
YUV 162.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 213 127 212 0 0.40 0.00 0.16 300.7 0.51 0.67
Hex D5 7F D4 0 28 0 10 12D 33 43
Octal 325 177 324 0 50 0 20 455 63 103
Binary 11010101 1111111 11010100 0 101000 0 10000 100101101 110011 1000011

Color Harmonies of #D57FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FD4

Black with #D57FD4

Text Example


Text Example

White with #D57FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FD4; }

 p { color: rgb(213,127,212); }

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

background-color css

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

 a { background-color: rgb(213,127,212); }

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

border-color css

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

 span { border-color: rgb(213,127,212); }

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