Html Css Color HEX #C57AD8 Orchid

📋 copy color: '#C57AD8'

red 197 ◦ green 122 ◦ blue 216

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

Shades of Orchid #C57AD8

Tints of Orchid #C57AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.8%

 BLUE value IS 216 (84.77% from 255) = 40.37%

R = 36.82%
G = 22.8%
B = 40.37%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C57AD8 (or 0xC57AD8) is known color: Orchid. HEX triplet: C5, 7A and D8. RGB value is (197,122,216). Sum of RGB (Red+Green+Blue) = 197+122+216=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #C57AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AD8 is #3A8527. Grayscale: #9A9A9A. Windows color (decimal): -3835176 or 14187205. OLE color: 14187205.

HSL color Cylindrical-coordinate representation of color #C57AD8: hue angle of 287.87º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C57AD8 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 122 216 -
CMYK 0.09 0.44 0 0.15
HSL 287.87º 0.55% 0.66% -
HSV(B) 287.87º 0.44% 0.85% -
XYZ 42.38 30.75 68.67 -
YUV 155.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 197 122 216 0.09 0.44 0 0.15 287.87 0.55 0.66
Hex C5 7A D8 9 2C 0 F 120 37 42
Octal 305 172 330 11 54 0 17 440 67 102
Binary 11000101 1111010 11011000 1001 101100 0 1111 100100000 110111 1000010

Color Harmonies of #C57AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AD8

Black with #C57AD8

Text Example


Text Example

White with #C57AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AD8; }

 p { color: rgb(197,122,216); }

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

background-color css

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

 a { background-color: rgb(197,122,216); }

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

border-color css

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

 span { border-color: rgb(197,122,216); }

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