Html Css Color HEX #D57FCF Orchid

📋 copy color: '#D57FCF'

red 213 ◦ green 127 ◦ blue 207

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

Shades of Orchid #D57FCF

Tints of Orchid #D57FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 38.94%
G = 23.22%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D57FCF (or 0xD57FCF) is known color: Orchid. HEX triplet: D5, 7F and CF. RGB value is (213,127,207). Sum of RGB (Red+Green+Blue) = 213+127+207=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FCF is #2A8030. Grayscale: #A1A1A1. Windows color (decimal): -2785329 or 13598677. OLE color: 13598677.

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

Color convert

RGB 213 127 207 -
CMYK 0 0.40 0.03 0.16
HSL 304.19º 0.51% 0.67% -
HSV(B) 304.19º 0.4% 0.84% -
XYZ 46.29 33.83 63.12 -
YUV 161.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 213 127 207 0 0.40 0.03 0.16 304.19 0.51 0.67
Hex D5 7F CF 0 28 3 10 130 33 43
Octal 325 177 317 0 50 3 20 460 63 103
Binary 11010101 1111111 11001111 0 101000 11 10000 100110000 110011 1000011

Color Harmonies of #D57FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FCF

Black with #D57FCF

Text Example


Text Example

White with #D57FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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