Html Css Color HEX #C550E8 Medium Orchid

📋 copy color: '#C550E8'

red 197 ◦ green 80 ◦ blue 232

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

Shades of Medium Orchid #C550E8

Tints of Medium Orchid #C550E8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.72%

 BLUE value IS 232 (91.02% from 255) = 45.58%

R = 38.7%
G = 15.72%
B = 45.58%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C550E8 (or 0xC550E8) is known color: Medium Orchid. HEX triplet: C5, 50 and E8. RGB value is (197,80,232). Sum of RGB (Red+Green+Blue) = 197+80+232=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #C550E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C550E8 is #3AAF17. Grayscale: #838383. Windows color (decimal): -3845912 or 15225029. OLE color: 15225029.

HSL color Cylindrical-coordinate representation of color #C550E8: hue angle of 286.18º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C550E8 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 80 232 -
CMYK 0.15 0.66 0 0.09
HSL 286.18º 0.77% 0.61% -
HSV(B) 286.18º 0.66% 0.91% -
XYZ 40.46 23.43 78.73 -
YUV 132.31 184.26 174.14 -
System Red Green Blue C M Y K H S L
Decimal 197 80 232 0.15 0.66 0 0.09 286.18 0.77 0.61
Hex C5 50 E8 F 42 0 9 11E 4D 3D
Octal 305 120 350 17 102 0 11 436 115 75
Binary 11000101 1010000 11101000 1111 1000010 0 1001 100011110 1001101 111101

Color Harmonies of #C550E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550E8

Black with #C550E8

Text Example


Text Example

White with #C550E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550E8; }

 p { color: rgb(197,80,232); }

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

background-color css

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

 a { background-color: rgb(197,80,232); }

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

border-color css

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

 span { border-color: rgb(197,80,232); }

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