Html Css Color HEX #D57FCC Orchid

📋 copy color: '#D57FCC'

red 213 ◦ green 127 ◦ blue 204

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

Shades of Orchid #D57FCC

Tints of Orchid #D57FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 39.15%
G = 23.35%
B = 37.5%

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

#D57FCC (or 0xD57FCC) is known color: Orchid. HEX triplet: D5, 7F and CC. RGB value is (213,127,204). Sum of RGB (Red+Green+Blue) = 213+127+204=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FCC is #2A8033. Grayscale: #A1A1A1. Windows color (decimal): -2785332 or 13402069. OLE color: 13402069.

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

Color convert

RGB 213 127 204 -
CMYK 0 0.40 0.04 0.16
HSL 306.28º 0.51% 0.67% -
HSV(B) 306.28º 0.4% 0.84% -
XYZ 45.93 33.68 61.21 -
YUV 161.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 213 127 204 0 0.40 0.04 0.16 306.28 0.51 0.67
Hex D5 7F CC 0 28 4 10 132 33 43
Octal 325 177 314 0 50 4 20 462 63 103
Binary 11010101 1111111 11001100 0 101000 100 10000 100110010 110011 1000011

Color Harmonies of #D57FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FCC

Black with #D57FCC

Text Example


Text Example

White with #D57FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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