Html Css Color HEX #D57FC4 Orchid

📋 copy color: '#D57FC4'

red 213 ◦ green 127 ◦ blue 196

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

Shades of Orchid #D57FC4

Tints of Orchid #D57FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.57%

R = 39.74%
G = 23.69%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D57FC4 (or 0xD57FC4) is known color: Orchid. HEX triplet: D5, 7F and C4. RGB value is (213,127,196). Sum of RGB (Red+Green+Blue) = 213+127+196=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FC4 is #2A803B. Grayscale: #A0A0A0. Windows color (decimal): -2785340 or 12877781. OLE color: 12877781.

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

Color convert

RGB 213 127 196 -
CMYK 0 0.40 0.08 0.16
HSL 311.86º 0.51% 0.67% -
HSV(B) 311.86º 0.4% 0.84% -
XYZ 44.99 33.31 56.28 -
YUV 160.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 213 127 196 0 0.40 0.08 0.16 311.86 0.51 0.67
Hex D5 7F C4 0 28 8 10 138 33 43
Octal 325 177 304 0 50 10 20 470 63 103
Binary 11010101 1111111 11000100 0 101000 1000 10000 100111000 110011 1000011

Color Harmonies of #D57FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FC4

Black with #D57FC4

Text Example


Text Example

White with #D57FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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