Html Css Color HEX #C550E5 Medium Orchid

📋 copy color: '#C550E5'

red 197 ◦ green 80 ◦ blue 229

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

Shades of Medium Orchid #C550E5

Tints of Medium Orchid #C550E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.26%

R = 38.93%
G = 15.81%
B = 45.26%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C550E5 (or 0xC550E5) is known color: Medium Orchid. HEX triplet: C5, 50 and E5. RGB value is (197,80,229). Sum of RGB (Red+Green+Blue) = 197+80+229=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #C550E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550E5 is #3AAF1A. Grayscale: #838383. Windows color (decimal): -3845915 or 15028421. OLE color: 15028421.

HSL color Cylindrical-coordinate representation of color #C550E5: hue angle of 287.11º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C550E5 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 80 229 -
CMYK 0.14 0.65 0 0.10
HSL 287.11º 0.74% 0.61% -
HSV(B) 287.11º 0.65% 0.9% -
XYZ 40.04 23.26 76.51 -
YUV 131.97 182.76 174.38 -
System Red Green Blue C M Y K H S L
Decimal 197 80 229 0.14 0.65 0 0.10 287.11 0.74 0.61
Hex C5 50 E5 E 41 0 A 11F 4A 3D
Octal 305 120 345 16 101 0 12 437 112 75
Binary 11000101 1010000 11100101 1110 1000001 0 1010 100011111 1001010 111101

Color Harmonies of #C550E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550E5

Black with #C550E5

Text Example


Text Example

White with #C550E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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