Html Css Color HEX #C57ADA Orchid

📋 copy color: '#C57ADA'

red 197 ◦ green 122 ◦ blue 218

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

Shades of Orchid #C57ADA

Tints of Orchid #C57ADA

RGB

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

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

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

R = 36.69%
G = 22.72%
B = 40.6%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C57ADA (or 0xC57ADA) is known color: Orchid. HEX triplet: C5, 7A and DA. RGB value is (197,122,218). Sum of RGB (Red+Green+Blue) = 197+122+218=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C57ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ADA is #3A8525. Grayscale: #9B9B9B. Windows color (decimal): -3835174 or 14318277. OLE color: 14318277.

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

Color convert

RGB 197 122 218 -
CMYK 0.10 0.44 0 0.15
HSL 286.88º 0.56% 0.67% -
HSV(B) 286.88º 0.44% 0.85% -
XYZ 42.64 30.85 70.04 -
YUV 155.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 197 122 218 0.10 0.44 0 0.15 286.88 0.56 0.67
Hex C5 7A DA A 2C 0 F 11F 38 43
Octal 305 172 332 12 54 0 17 437 70 103
Binary 11000101 1111010 11011010 1010 101100 0 1111 100011111 111000 1000011

Color Harmonies of #C57ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ADA

Black with #C57ADA

Text Example


Text Example

White with #C57ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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