Html Css Color HEX #D57FCA Orchid

📋 copy color: '#D57FCA'

red 213 ◦ green 127 ◦ blue 202

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

Shades of Orchid #D57FCA

Tints of Orchid #D57FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.27%

R = 39.3%
G = 23.43%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D57FCA (or 0xD57FCA) is known color: Orchid. HEX triplet: D5, 7F and CA. RGB value is (213,127,202). Sum of RGB (Red+Green+Blue) = 213+127+202=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FCA is #2A8035. Grayscale: #A1A1A1. Windows color (decimal): -2785334 or 13270997. OLE color: 13270997.

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

Color convert

RGB 213 127 202 -
CMYK 0 0.40 0.05 0.16
HSL 307.67º 0.51% 0.67% -
HSV(B) 307.67º 0.4% 0.84% -
XYZ 45.69 33.59 59.95 -
YUV 161.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 213 127 202 0 0.40 0.05 0.16 307.67 0.51 0.67
Hex D5 7F CA 0 28 5 10 134 33 43
Octal 325 177 312 0 50 5 20 464 63 103
Binary 11010101 1111111 11001010 0 101000 101 10000 100110100 110011 1000011

Color Harmonies of #D57FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FCA

Black with #D57FCA

Text Example


Text Example

White with #D57FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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