Html Css Color HEX #C551EB Medium Orchid

📋 copy color: '#C551EB'

red 197 ◦ green 81 ◦ blue 235

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

Shades of Medium Orchid #C551EB

Tints of Medium Orchid #C551EB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.79%

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 38.4%
G = 15.79%
B = 45.81%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C551EB (or 0xC551EB) is known color: Medium Orchid. HEX triplet: C5, 51 and EB. RGB value is (197,81,235). Sum of RGB (Red+Green+Blue) = 197+81+235=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #C551EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C551EB is #3AAE14. Grayscale: #848484. Windows color (decimal): -3845653 or 15421893. OLE color: 15421893.

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

Color convert

RGB 197 81 235 -
CMYK 0.16 0.66 0 0.08
HSL 285.19º 0.79% 0.62% -
HSV(B) 285.19º 0.66% 0.92% -
XYZ 40.96 23.75 81.02 -
YUV 133.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 197 81 235 0.16 0.66 0 0.08 285.19 0.79 0.62
Hex C5 51 EB 10 42 0 8 11D 4F 3E
Octal 305 121 353 20 102 0 10 435 117 76
Binary 11000101 1010001 11101011 10000 1000010 0 1000 100011101 1001111 111110

Color Harmonies of #C551EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551EB

Black with #C551EB

Text Example


Text Example

White with #C551EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551EB; }

 p { color: rgb(197,81,235); }

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

background-color css

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

 a { background-color: rgb(197,81,235); }

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

border-color css

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

 span { border-color: rgb(197,81,235); }

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