Html Css Color HEX #D57FCD Orchid

📋 copy color: '#D57FCD'

red 213 ◦ green 127 ◦ blue 205

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

Shades of Orchid #D57FCD

Tints of Orchid #D57FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 39.08%
G = 23.3%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D57FCD (or 0xD57FCD) is known color: Orchid. HEX triplet: D5, 7F and CD. RGB value is (213,127,205). Sum of RGB (Red+Green+Blue) = 213+127+205=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FCD is #2A8032. Grayscale: #A1A1A1. Windows color (decimal): -2785331 or 13467605. OLE color: 13467605.

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

Color convert

RGB 213 127 205 -
CMYK 0 0.40 0.04 0.16
HSL 305.58º 0.51% 0.67% -
HSV(B) 305.58º 0.4% 0.84% -
XYZ 46.05 33.73 61.84 -
YUV 161.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 213 127 205 0 0.40 0.04 0.16 305.58 0.51 0.67
Hex D5 7F CD 0 28 4 10 132 33 43
Octal 325 177 315 0 50 4 20 462 63 103
Binary 11010101 1111111 11001101 0 101000 100 10000 100110010 110011 1000011

Color Harmonies of #D57FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FCD

Black with #D57FCD

Text Example


Text Example

White with #D57FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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