Html Css Color HEX #D57CD8 Orchid

📋 copy color: '#D57CD8'

red 213 ◦ green 124 ◦ blue 216

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

Shades of Orchid #D57CD8

Tints of Orchid #D57CD8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.42%

 BLUE value IS 216 (84.77% from 255) = 39.06%

R = 38.52%
G = 22.42%
B = 39.06%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D57CD8 (or 0xD57CD8) is known color: Orchid. HEX triplet: D5, 7C and D8. RGB value is (213,124,216). Sum of RGB (Red+Green+Blue) = 213+124+216=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #D57CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CD8 is #2A8327. Grayscale: #A0A0A0. Windows color (decimal): -2786088 or 14187733. OLE color: 14187733.

HSL color Cylindrical-coordinate representation of color #D57CD8: hue angle of 298.04º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57CD8 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 124 216 -
CMYK 0.01 0.43 0 0.15
HSL 298.04º 0.54% 0.67% -
HSV(B) 298.04º 0.43% 0.85% -
XYZ 47.04 33.52 68.96 -
YUV 161.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 213 124 216 0.01 0.43 0 0.15 298.04 0.54 0.67
Hex D5 7C D8 1 2B 0 F 12A 36 43
Octal 325 174 330 1 53 0 17 452 66 103
Binary 11010101 1111100 11011000 1 101011 0 1111 100101010 110110 1000011

Color Harmonies of #D57CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CD8

Black with #D57CD8

Text Example


Text Example

White with #D57CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CD8; }

 p { color: rgb(213,124,216); }

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

background-color css

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

 a { background-color: rgb(213,124,216); }

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

border-color css

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

 span { border-color: rgb(213,124,216); }

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