Html Css Color HEX #D57CC9 Orchid

📋 copy color: '#D57CC9'

red 213 ◦ green 124 ◦ blue 201

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

Shades of Orchid #D57CC9

Tints of Orchid #D57CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 39.59%
G = 23.05%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D57CC9 (or 0xD57CC9) is known color: Orchid. HEX triplet: D5, 7C and C9. RGB value is (213,124,201). Sum of RGB (Red+Green+Blue) = 213+124+201=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CC9 is #2A8336. Grayscale: #9F9F9F. Windows color (decimal): -2786103 or 13204693. OLE color: 13204693.

HSL color Cylindrical-coordinate representation of color #D57CC9: hue angle of 308.09º 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 #D57CC9 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 201 -
CMYK 0 0.42 0.06 0.16
HSL 308.09º 0.51% 0.66% -
HSV(B) 308.09º 0.42% 0.84% -
XYZ 45.19 32.78 59.2 -
YUV 159.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 213 124 201 0 0.42 0.06 0.16 308.09 0.51 0.66
Hex D5 7C C9 0 2A 6 10 134 33 42
Octal 325 174 311 0 52 6 20 464 63 102
Binary 11010101 1111100 11001001 0 101010 110 10000 100110100 110011 1000010

Color Harmonies of #D57CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CC9

Black with #D57CC9

Text Example


Text Example

White with #D57CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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