Html Css Color HEX #C57AD6 Orchid

📋 copy color: '#C57AD6'

red 197 ◦ green 122 ◦ blue 214

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

Shades of Orchid #C57AD6

Tints of Orchid #C57AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 36.96%
G = 22.89%
B = 40.15%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C57AD6 (or 0xC57AD6) is known color: Orchid. HEX triplet: C5, 7A and D6. RGB value is (197,122,214). Sum of RGB (Red+Green+Blue) = 197+122+214=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #C57AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AD6 is #3A8529. Grayscale: #9A9A9A. Windows color (decimal): -3835178 or 14056133. OLE color: 14056133.

HSL color Cylindrical-coordinate representation of color #C57AD6: hue angle of 288.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57AD6 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 122 214 -
CMYK 0.08 0.43 0 0.16
HSL 288.91º 0.53% 0.66% -
HSV(B) 288.91º 0.43% 0.84% -
XYZ 42.12 30.64 67.31 -
YUV 154.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 197 122 214 0.08 0.43 0 0.16 288.91 0.53 0.66
Hex C5 7A D6 8 2B 0 10 121 35 42
Octal 305 172 326 10 53 0 20 441 65 102
Binary 11000101 1111010 11010110 1000 101011 0 10000 100100001 110101 1000010

Color Harmonies of #C57AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AD6

Black with #C57AD6

Text Example


Text Example

White with #C57AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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