Html Css Color HEX #C57EDA Orchid

📋 copy color: '#C57EDA'

red 197 ◦ green 126 ◦ blue 218

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

Shades of Orchid #C57EDA

Tints of Orchid #C57EDA

RGB

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

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

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

R = 36.41%
G = 23.29%
B = 40.3%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C57EDA (or 0xC57EDA) is known color: Orchid. HEX triplet: C5, 7E and DA. RGB value is (197,126,218). Sum of RGB (Red+Green+Blue) = 197+126+218=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #C57EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EDA is #3A8125. Grayscale: #9D9D9D. Windows color (decimal): -3834150 or 14319301. OLE color: 14319301.

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

Color convert

RGB 197 126 218 -
CMYK 0.10 0.42 0 0.15
HSL 286.3º 0.55% 0.67% -
HSV(B) 286.3º 0.42% 0.85% -
XYZ 43.14 31.85 70.2 -
YUV 157.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 197 126 218 0.10 0.42 0 0.15 286.3 0.55 0.67
Hex C5 7E DA A 2A 0 F 11E 37 43
Octal 305 176 332 12 52 0 17 436 67 103
Binary 11000101 1111110 11011010 1010 101010 0 1111 100011110 110111 1000011

Color Harmonies of #C57EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57EDA

Black with #C57EDA

Text Example


Text Example

White with #C57EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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