Html Css Color HEX #C57CDA Orchid

📋 copy color: '#C57CDA'

red 197 ◦ green 124 ◦ blue 218

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

Shades of Orchid #C57CDA

Tints of Orchid #C57CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 36.55%
G = 23.01%
B = 40.45%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C57CDA (or 0xC57CDA) is known color: Orchid. HEX triplet: C5, 7C and DA. RGB value is (197,124,218). Sum of RGB (Red+Green+Blue) = 197+124+218=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C57CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CDA is #3A8325. Grayscale: #9C9C9C. Windows color (decimal): -3834662 or 14318789. OLE color: 14318789.

HSL color Cylindrical-coordinate representation of color #C57CDA: hue angle of 286.6º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57CDA is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 124 218 -
CMYK 0.10 0.43 0 0.15
HSL 286.6º 0.56% 0.67% -
HSV(B) 286.6º 0.43% 0.85% -
XYZ 42.89 31.35 70.12 -
YUV 156.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 197 124 218 0.10 0.43 0 0.15 286.6 0.56 0.67
Hex C5 7C DA A 2B 0 F 11F 38 43
Octal 305 174 332 12 53 0 17 437 70 103
Binary 11000101 1111100 11011010 1010 101011 0 1111 100011111 111000 1000011

Color Harmonies of #C57CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CDA

Black with #C57CDA

Text Example


Text Example

White with #C57CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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