Html Css Color HEX #D57CC7 Orchid

📋 copy color: '#D57CC7'

red 213 ◦ green 124 ◦ blue 199

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

Shades of Orchid #D57CC7

Tints of Orchid #D57CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.13%

R = 39.74%
G = 23.13%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D57CC7 (or 0xD57CC7) is known color: Orchid. HEX triplet: D5, 7C and C7. RGB value is (213,124,199). Sum of RGB (Red+Green+Blue) = 213+124+199=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CC7 is #2A8338. Grayscale: #9E9E9E. Windows color (decimal): -2786105 or 13073621. OLE color: 13073621.

HSL color Cylindrical-coordinate representation of color #D57CC7: hue angle of 309.44º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57CC7 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 199 -
CMYK 0 0.42 0.07 0.16
HSL 309.44º 0.51% 0.66% -
HSV(B) 309.44º 0.42% 0.84% -
XYZ 44.96 32.68 57.97 -
YUV 159.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 213 124 199 0 0.42 0.07 0.16 309.44 0.51 0.66
Hex D5 7C C7 0 2A 7 10 135 33 42
Octal 325 174 307 0 52 7 20 465 63 102
Binary 11010101 1111100 11000111 0 101010 111 10000 100110101 110011 1000010

Color Harmonies of #D57CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CC7

Black with #D57CC7

Text Example


Text Example

White with #D57CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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