Html Css Color HEX #C57CDF Orchid

📋 copy color: '#C57CDF'

red 197 ◦ green 124 ◦ blue 223

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

Shades of Orchid #C57CDF

Tints of Orchid #C57CDF

RGB

 RED value IS 197 (77.34% from 255) = 36.21%

 GREEN value IS 124 (48.83% from 255) = 22.79%

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 36.21%
G = 22.79%
B = 40.99%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C57CDF (or 0xC57CDF) is known color: Orchid. HEX triplet: C5, 7C and DF. RGB value is (197,124,223). Sum of RGB (Red+Green+Blue) = 197+124+223=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #C57CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CDF is #3A8320. Grayscale: #9C9C9C. Windows color (decimal): -3834657 or 14646469. OLE color: 14646469.

HSL color Cylindrical-coordinate representation of color #C57CDF: hue angle of 284.24º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C57CDF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 124 223 -
CMYK 0.12 0.44 0 0.13
HSL 284.24º 0.61% 0.68% -
HSV(B) 284.24º 0.44% 0.87% -
XYZ 43.55 31.61 73.62 -
YUV 157.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 197 124 223 0.12 0.44 0 0.13 284.24 0.61 0.68
Hex C5 7C DF C 2C 0 D 11C 3D 44
Octal 305 174 337 14 54 0 15 434 75 104
Binary 11000101 1111100 11011111 1100 101100 0 1101 100011100 111101 1000100

Color Harmonies of #C57CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CDF

Black with #C57CDF

Text Example


Text Example

White with #C57CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CDF; }

 p { color: rgb(197,124,223); }

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

background-color css

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

 a { background-color: rgb(197,124,223); }

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

border-color css

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

 span { border-color: rgb(197,124,223); }

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