Html Css Color HEX #C57EDB Orchid

📋 copy color: '#C57EDB'

red 197 ◦ green 126 ◦ blue 219

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

Shades of Orchid #C57EDB

Tints of Orchid #C57EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.25%

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

R = 36.35%
G = 23.25%
B = 40.41%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C57EDB (or 0xC57EDB) is known color: Orchid. HEX triplet: C5, 7E and DB. RGB value is (197,126,219). Sum of RGB (Red+Green+Blue) = 197+126+219=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #C57EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EDB is #3A8124. Grayscale: #9D9D9D. Windows color (decimal): -3834149 or 14384837. OLE color: 14384837.

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

Color convert

RGB 197 126 219 -
CMYK 0.10 0.42 0 0.14
HSL 285.81º 0.56% 0.68% -
HSV(B) 285.81º 0.42% 0.86% -
XYZ 43.27 31.91 70.9 -
YUV 157.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 197 126 219 0.10 0.42 0 0.14 285.81 0.56 0.68
Hex C5 7E DB A 2A 0 E 11E 38 44
Octal 305 176 333 12 52 0 16 436 70 104
Binary 11000101 1111110 11011011 1010 101010 0 1110 100011110 111000 1000100

Color Harmonies of #C57EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57EDB

Black with #C57EDB

Text Example


Text Example

White with #C57EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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