Html Css Color HEX #C57ADB Orchid

📋 copy color: '#C57ADB'

red 197 ◦ green 122 ◦ blue 219

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

Shades of Orchid #C57ADB

Tints of Orchid #C57ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 36.62%
G = 22.68%
B = 40.71%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C57ADB (or 0xC57ADB) is known color: Orchid. HEX triplet: C5, 7A and DB. RGB value is (197,122,219). Sum of RGB (Red+Green+Blue) = 197+122+219=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C57ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ADB is #3A8524. Grayscale: #9B9B9B. Windows color (decimal): -3835173 or 14383813. OLE color: 14383813.

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

Color convert

RGB 197 122 219 -
CMYK 0.10 0.44 0 0.14
HSL 286.39º 0.57% 0.67% -
HSV(B) 286.39º 0.44% 0.86% -
XYZ 42.77 30.9 70.73 -
YUV 155.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 197 122 219 0.10 0.44 0 0.14 286.39 0.57 0.67
Hex C5 7A DB A 2C 0 E 11E 39 43
Octal 305 172 333 12 54 0 16 436 71 103
Binary 11000101 1111010 11011011 1010 101100 0 1110 100011110 111001 1000011

Color Harmonies of #C57ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ADB

Black with #C57ADB

Text Example


Text Example

White with #C57ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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